menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WorksheetPageSetupConstants

    Show / Hide Table of Contents

    Class WorksheetPageSetupConstants

    This class gives access to xml tag/attribute names used for tab sheet. pagesetup serialization/parsing.

    Inheritance
    System.Object
    WorksheetPageSetupConstants
    Implements
    IPageSetupConstantsProvider
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.XlsIO.Implementation.XmlSerialization.Constants
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class WorksheetPageSetupConstants : IPageSetupConstantsProvider

    Constructors

    WorksheetPageSetupConstants()

    Declaration
    public WorksheetPageSetupConstants()

    Properties

    BottomMargin

    Gets name of the xml attribute used to store bottom margin. Read-only.

    Declaration
    public string BottomMargin { get; }
    Property Value
    Type Description
    System.String

    FooterMargin

    Gets name of the xml attribute used to store footer margin. Read-only.

    Declaration
    public string FooterMargin { get; }
    Property Value
    Type Description
    System.String

    HeaderMargin

    Gets name of the xml attribute used to store header margin. Read-only.

    Declaration
    public string HeaderMargin { get; }
    Property Value
    Type Description
    System.String

    LeftMargin

    Gets name of the xml attribute used to store left margin. Read-only.

    Declaration
    public string LeftMargin { get; }
    Property Value
    Type Description
    System.String

    Namespace

    Gets tag's namespace. Read-only.

    Declaration
    public string Namespace { get; }
    Property Value
    Type Description
    System.String

    PageMarginsTag

    Gets name of the xml tag that stores margin settings. Read-only.

    Declaration
    public string PageMarginsTag { get; }
    Property Value
    Type Description
    System.String

    RightMargin

    Gets name of the xml attribute used to store right margin. Read-only.

    Declaration
    public string RightMargin { get; }
    Property Value
    Type Description
    System.String

    TopMargin

    Gets name of the xml attribute used to store top margin. Read-only.

    Declaration
    public string TopMargin { get; }
    Property Value
    Type Description
    System.String

    Implements

    IPageSetupConstantsProvider
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved