Class DocProp
This class contains constants required for document properties parsing and serialization in Excel 2007 format.
Inheritance
Namespace: Syncfusion.XlsIO.Implementation.XmlSerialization.Constants
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class DocProp : Object
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 |
---|
System.String |
ApplicationSpecificFilePropertiesTagName
This element specifies the application properties of a document.
Declaration
public const string ApplicationSpecificFilePropertiesTagName = "Properties"
Field Value
Type |
---|
System.String |
AppVersion
Represents App version
Declaration
public const string AppVersion = "AppVersion"
Field Value
Type |
---|
System.String |
BooleanVarianYype
This element specifies a Boolean variant type.
Declaration
public const string BooleanVarianYype = "bool"
Field Value
Type |
---|
System.String |
CategoryTagName
Represents a categorization of the content of this package.
Declaration
public const string CategoryTagName = "category"
Field Value
Type |
---|
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 |
---|
System.String |
CreatedTagName
Represents the date of creation of the resource.
Declaration
public const string CreatedTagName = "created"
Field Value
Type |
---|
System.String |
CreatorTagName
Represents an entity primarily responsible for making the content of the resource.
Declaration
public const string CreatorTagName = "creator"
Field Value
Type |
---|
System.String |
CustomFilePropertiesTagName
Parent element for the custom file properties part.
Declaration
public const string CustomFilePropertiesTagName = "Properties"
Field Value
Type |
---|
System.String |
CustomFilePropertyTagName
This element specifies a single custom file property.
Declaration
public const string CustomFilePropertyTagName = "property"
Field Value
Type |
---|
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 |
---|
System.String |
DateTimeFormatStructure
Represents date time format structure.
Declaration
public const string DateTimeFormatStructure = "yyyy-MM-ddTHH:mm:ssZ"
Field Value
Type |
---|
System.String |
DescriptionTagName
Represents an explanation of the content of the resource.
Declaration
public const string DescriptionTagName = "description"
Field Value
Type |
---|
System.String |
EightByteRealNumberVariantType
This element specifies a 8-byte real number variant type.
Declaration
public const string EightByteRealNumberVariantType = "r8"
Field Value
Type |
---|
System.String |
EssentialXlsIO
Tag to represents the file is generated by XlsIO.
Declaration
public const string EssentialXlsIO = "Essential XlsIO"
Field Value
Type |
---|
System.String |
FileTimeVariantType
This element specifies a file-time variant type of type date-time.
Declaration
public const string FileTimeVariantType = "filetime"
Field Value
Type |
---|
System.String |
FormatIDAttributeName
Uniquely relates a custom property with an OLE property.
Declaration
public const string FormatIDAttributeName = "fmtid"
Field Value
Type |
---|
System.String |
FourByteSignedIntegerVariantType
This element specifies a 4-byte signed integer variant type.
Declaration
public const string FourByteSignedIntegerVariantType = "i4"
Field Value
Type |
---|
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 |
---|
System.String |
HyperlinksPropertyExcel97Name
Represents Excel97-03 hyperlinks property
Declaration
public const string HyperlinksPropertyExcel97Name = "_PID_HLINKS"
Field Value
Type |
---|
System.String |
IntegerVariantType
This element specifies an integer variant type.
Declaration
public const string IntegerVariantType = "int"
Field Value
Type |
---|
System.String |
IntendedFormatOfPresentationTagName
This element specifies the intended format for a presentation document.
Declaration
public const string IntendedFormatOfPresentationTagName = "PresentationFormat"
Field Value
Type |
---|
System.String |
KeywordsTagName
Represents a delimited set of keywords to support searching and indexing.
Declaration
public const string KeywordsTagName = "keywords"
Field Value
Type |
---|
System.String |
LastModifiedByTagName
Represents the user who performed the last modification.
Declaration
public const string LastModifiedByTagName = "lastModifiedBy"
Field Value
Type |
---|
System.String |
LastPrintedTagName
Represents the date and time of the last printing.
Declaration
public const string LastPrintedTagName = "lastPrinted"
Field Value
Type |
---|
System.String |
LPSTRVariantType
This element specifies a string variant type.
Declaration
public const string LPSTRVariantType = "lpstr"
Field Value
Type |
---|
System.String |
LPWSTRVariantType
This element specifies a wide string variant type.
Declaration
public const string LPWSTRVariantType = "lpwstr"
Field Value
Type |
---|
System.String |
ModifiedTagName
Represents the date on which the resource was changed.
Declaration
public const string ModifiedTagName = "modified"
Field Value
Type |
---|
System.String |
NameAttributeName
Specifies the name of this custom file property.
Declaration
public const string NameAttributeName = "name"
Field Value
Type |
---|
System.String |
NameOfCompanyTagName
This element specifies the name of a company associated with the document.
Declaration
public const string NameOfCompanyTagName = "Company"
Field Value
Type |
---|
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 |
---|
System.String |
NameOfManagerTagName
This element specifies the name of a supervisor associated with the document.
Declaration
public const string NameOfManagerTagName = "Manager"
Field Value
Type |
---|
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 |
---|
System.String |
NumberOfSlidesContainingNotesTagName
This element specifies the number of slides in a presentation containing notes.
Declaration
public const string NumberOfSlidesContainingNotesTagName = "Notes"
Field Value
Type |
---|
System.String |
PropertyIDAttributeName
Uniquely relates a custom property with an OLE property.
Declaration
public const string PropertyIDAttributeName = "pid"
Field Value
Type |
---|
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 |
---|
System.String |
RelativeHyperlinkExcel97Name
Represents default Excel97-03 hyperlink base name.
Declaration
public const string RelativeHyperlinkExcel97Name = "_PID_LINKBASE"
Field Value
Type |
---|
System.String |
SlidesMetadataElementTagName
This element specifies the total number of slides in a presentation document.
Declaration
public const string SlidesMetadataElementTagName = "Slides"
Field Value
Type |
---|
System.String |
SubjectTagName
Represents the topic of the content of the resource.
Declaration
public const string SubjectTagName = "subject"
Field Value
Type |
---|
System.String |
TitleTagName
Represents the name given to the resource.
Declaration
public const string TitleTagName = "title"
Field Value
Type |
---|
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 |
---|
System.String |
TotalNumberOfCharacters
This element specifies the total number of characters in a document.
Declaration
public const string TotalNumberOfCharacters = "Characters"
Field Value
Type |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
System.String |
XsiTypeAttributeName
Represents Xsi attribute.
Declaration
public const string XsiTypeAttributeName = "type"
Field Value
Type |
---|
System.String |
XsiTypeAttributeValue
Represents Xsi attribute value.
Declaration
public const string XsiTypeAttributeValue = "dcterms:W3CDTF"
Field Value
Type |
---|
System.String |