menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class DocProp

    This class contains constants required for document properties parsing and serialization in Excel 2007 format.

    Inheritance
    System.Object
    DocProp
    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 sealed class DocProp

    Constructors

    DocProp()

    Declaration
    public DocProp()

    Fields

    ApplicationNameTagName

    This element specifies the name of the application that created this document.

    Declaration
    public const string ApplicationNameTagName = "Application"
    Field Value
    Type Description
    System.String

    ApplicationSpecificFilePropertiesTagName

    This element specifies the application properties of a document.

    Declaration
    public const string ApplicationSpecificFilePropertiesTagName = "Properties"
    Field Value
    Type Description
    System.String

    AppVersion

    Represents App version

    Declaration
    public const string AppVersion = "AppVersion"
    Field Value
    Type Description
    System.String

    BooleanVarianYype

    This element specifies a Boolean variant type.

    Declaration
    public const string BooleanVarianYype = "bool"
    Field Value
    Type Description
    System.String

    CategoryTagName

    Represents a categorization of the content of this package.

    Declaration
    public const string CategoryTagName = "category"
    Field Value
    Type Description
    System.String

    CorePropertiesTagName

    Core properties enable users to get and set well-known and common sets of property metadata within packages.

    Declaration
    public const string CorePropertiesTagName = "coreProperties"
    Field Value
    Type Description
    System.String

    CreatedTagName

    Represents the date of creation of the resource.

    Declaration
    public const string CreatedTagName = "created"
    Field Value
    Type Description
    System.String

    CreatorTagName

    Represents an entity primarily responsible for making the content of the resource.

    Declaration
    public const string CreatorTagName = "creator"
    Field Value
    Type Description
    System.String

    CustomFilePropertiesTagName

    Parent element for the custom file properties part.

    Declaration
    public const string CustomFilePropertiesTagName = "Properties"
    Field Value
    Type Description
    System.String

    CustomFilePropertyTagName

    This element specifies a single custom file property.

    Declaration
    public const string CustomFilePropertyTagName = "property"
    Field Value
    Type Description
    System.String

    DateAndTimeVariantType

    This element specifies a date variant type of type date-time as defined in RFC 3339.

    Declaration
    public const string DateAndTimeVariantType = "date"
    Field Value
    Type Description
    System.String

    DateTimeFormatStructure

    Represents date time format structure.

    Declaration
    public const string DateTimeFormatStructure = "yyyy-MM-ddTHH:mm:ssZ"
    Field Value
    Type Description
    System.String

    DescriptionTagName

    Represents an explanation of the content of the resource.

    Declaration
    public const string DescriptionTagName = "description"
    Field Value
    Type Description
    System.String

    EightByteRealNumberVariantType

    This element specifies a 8-byte real number variant type.

    Declaration
    public const string EightByteRealNumberVariantType = "r8"
    Field Value
    Type Description
    System.String

    EssentialXlsIO

    Tag to represents the file is generated by XlsIO.

    Declaration
    public const string EssentialXlsIO = "Essential XlsIO"
    Field Value
    Type Description
    System.String

    FileTimeVariantType

    This element specifies a file-time variant type of type date-time.

    Declaration
    public const string FileTimeVariantType = "filetime"
    Field Value
    Type Description
    System.String

    FormatIDAttributeName

    Uniquely relates a custom property with an OLE property.

    Declaration
    public const string FormatIDAttributeName = "fmtid"
    Field Value
    Type Description
    System.String

    FourByteSignedIntegerVariantType

    This element specifies a 4-byte signed integer variant type.

    Declaration
    public const string FourByteSignedIntegerVariantType = "i4"
    Field Value
    Type Description
    System.String

    HeadingPairsTagName

    MS Excel uses this Tag to represents the xml parts. In our XlsIO, this tag is used to find the document is generated by MS Excel.

    Declaration
    public const string HeadingPairsTagName = "HeadingPairs"
    Field Value
    Type Description
    System.String

    HyperlinksPropertyExcel97Name

    Represents Excel97-03 hyperlinks property

    Declaration
    public const string HyperlinksPropertyExcel97Name = "_PID_HLINKS"
    Field Value
    Type Description
    System.String

    IntegerVariantType

    This element specifies an integer variant type.

    Declaration
    public const string IntegerVariantType = "int"
    Field Value
    Type Description
    System.String

    IntendedFormatOfPresentationTagName

    This element specifies the intended format for a presentation document.

    Declaration
    public const string IntendedFormatOfPresentationTagName = "PresentationFormat"
    Field Value
    Type Description
    System.String

    KeywordsTagName

    Represents a delimited set of keywords to support searching and indexing.

    Declaration
    public const string KeywordsTagName = "keywords"
    Field Value
    Type Description
    System.String

    LastModifiedByTagName

    Represents the user who performed the last modification.

    Declaration
    public const string LastModifiedByTagName = "lastModifiedBy"
    Field Value
    Type Description
    System.String

    LastPrintedTagName

    Represents the date and time of the last printing.

    Declaration
    public const string LastPrintedTagName = "lastPrinted"
    Field Value
    Type Description
    System.String

    LPSTRVariantType

    This element specifies a string variant type.

    Declaration
    public const string LPSTRVariantType = "lpstr"
    Field Value
    Type Description
    System.String

    LPWSTRVariantType

    This element specifies a wide string variant type.

    Declaration
    public const string LPWSTRVariantType = "lpwstr"
    Field Value
    Type Description
    System.String

    ModifiedTagName

    Represents the date on which the resource was changed.

    Declaration
    public const string ModifiedTagName = "modified"
    Field Value
    Type Description
    System.String

    NameAttributeName

    Specifies the name of this custom file property.

    Declaration
    public const string NameAttributeName = "name"
    Field Value
    Type Description
    System.String

    NameOfCompanyTagName

    This element specifies the name of a company associated with the document.

    Declaration
    public const string NameOfCompanyTagName = "Company"
    Field Value
    Type Description
    System.String

    NameOfDocumentTemplateTagName

    This element specifies the name of an external document template containing format and style information used to create the current document.

    Declaration
    public const string NameOfDocumentTemplateTagName = "Template"
    Field Value
    Type Description
    System.String

    NameOfManagerTagName

    This element specifies the name of a supervisor associated with the document.

    Declaration
    public const string NameOfManagerTagName = "Manager"
    Field Value
    Type Description
    System.String

    NumberOfLinesTagName

    This element specifies the total number of lines in a document when last saved by a conforming producer if applicable.

    Declaration
    public const string NumberOfLinesTagName = "Lines"
    Field Value
    Type Description
    System.String

    NumberOfSlidesContainingNotesTagName

    This element specifies the number of slides in a presentation containing notes.

    Declaration
    public const string NumberOfSlidesContainingNotesTagName = "Notes"
    Field Value
    Type Description
    System.String

    PropertyIDAttributeName

    Uniquely relates a custom property with an OLE property.

    Declaration
    public const string PropertyIDAttributeName = "pid"
    Field Value
    Type Description
    System.String

    RelativeHyperlinkBaseTagName

    This element specifies the base string used for evaluating relative hyperlinks in this document.

    Declaration
    public const string RelativeHyperlinkBaseTagName = "HyperlinkBase"
    Field Value
    Type Description
    System.String

    RelativeHyperlinkExcel97Name

    Represents default Excel97-03 hyperlink base name.

    Declaration
    public const string RelativeHyperlinkExcel97Name = "_PID_LINKBASE"
    Field Value
    Type Description
    System.String

    SlidesMetadataElementTagName

    This element specifies the total number of slides in a presentation document.

    Declaration
    public const string SlidesMetadataElementTagName = "Slides"
    Field Value
    Type Description
    System.String

    SubjectTagName

    Represents the topic of the content of the resource.

    Declaration
    public const string SubjectTagName = "subject"
    Field Value
    Type Description
    System.String

    TitleTagName

    Represents the name given to the resource.

    Declaration
    public const string TitleTagName = "title"
    Field Value
    Type Description
    System.String

    TotalEditTimeMetadataElementTagName

    Total time that a document has been edited. The default time unit is minutes.

    Declaration
    public const string TotalEditTimeMetadataElementTagName = "TotalTime"
    Field Value
    Type Description
    System.String

    TotalNumberOfCharacters

    This element specifies the total number of characters in a document.

    Declaration
    public const string TotalNumberOfCharacters = "Characters"
    Field Value
    Type Description
    System.String

    TotalNumberOfMultimediaClipsTagName

    This element specifies the total number of sound or video clips that are present in the document.

    Declaration
    public const string TotalNumberOfMultimediaClipsTagName = "MMClips"
    Field Value
    Type Description
    System.String

    TotalNumberOfPagesTagName

    This element specifies the total number of pages of a document if applicable.

    Declaration
    public const string TotalNumberOfPagesTagName = "Pages"
    Field Value
    Type Description
    System.String

    TotalNumberOfParagraphsTagName

    This element specifies the total number of paragraphs found in a document if applicable.

    Declaration
    public const string TotalNumberOfParagraphsTagName = "Paragraphs"
    Field Value
    Type Description
    System.String

    WordCountTagName

    This element specifies the total number of words contained in a document when last saved.

    Declaration
    public const string WordCountTagName = "Words"
    Field Value
    Type Description
    System.String

    XsiTypeAttributeName

    Represents Xsi attribute.

    Declaration
    public const string XsiTypeAttributeName = "type"
    Field Value
    Type Description
    System.String

    XsiTypeAttributeValue

    Represents Xsi attribute value.

    Declaration
    public const string XsiTypeAttributeValue = "dcterms:W3CDTF"
    Field Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved