Properties Members
Include Protected Members
Include Inherited Members
Application Specific File Properties. It is the root element of ExtendedFilePropertiesPart.When the object is serialized out as xml, its qualified name is ap:Properties.
The Properties type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Properties() | Initializes a new instance of the Properties class. | |
Properties(String) | Initializes a new instance of the Properties class from outer XML. | |
Properties(array<OpenXmlElement[]) | Initializes a new instance of the Properties class with the specified child elements. | |
Properties(IEnumerable<OpenXmlElement>) | Initializes a new instance of the Properties class with the specified child elements. |
Top
Properties
Name | Description | |
---|---|---|
Application | Application Name.Represents the element tag in schema: ap:Application | |
ApplicationVersion | Application Version.Represents the element tag in schema: ap:AppVersion | |
Characters | Total Number of Characters.Represents the element tag in schema: ap:Characters | |
CharactersWithSpaces | Number of Characters (With Spaces).Represents the element tag in schema: ap:CharactersWithSpaces | |
ChildElements | Gets all the child nodes of this element. (Inherited from OpenXmlElement.) | |
Company | Name of Company.Represents the element tag in schema: ap:Company | |
DigitalSignature | Digital Signature.Represents the element tag in schema: ap:DigSig | |
DocumentSecurity | Document Security.Represents the element tag in schema: ap:DocSecurity | |
ExtendedAttributes | Gets all extended attributes (attributes not defined in schema) of the element. (Inherited from OpenXmlElement.) | |
ExtendedFilePropertiesPart | Gets the ExtendedFilePropertiesPart associated with this element. | |
FirstChild | Gets the first child of the OpenXmlElement. If there is no such OpenXmlElement, a null reference (Nothing in Visual Basic) is returned. (Inherited from OpenXmlCompositeElement.) | |
HasAttributes | Gets a boolean value indicating whether the current element has any attributes. (Inherited from OpenXmlElement.) | |
HasChildren | Gets a value indicating whether this element has any child elements. (Inherited from OpenXmlCompositeElement.) | |
HeadingPairs | Heading Pairs.Represents the element tag in schema: ap:HeadingPairs | |
HiddenSlides | Number of Hidden Slides.Represents the element tag in schema: ap:HiddenSlides | |
HyperlinkBase | Relative Hyperlink Base.Represents the element tag in schema: ap:HyperlinkBase | |
HyperlinkList | Hyperlink List.Represents the element tag in schema: ap:HLinks | |
HyperlinksChanged | Hyperlinks Changed.Represents the element tag in schema: ap:HyperlinksChanged | |
InnerText | Gets or sets the concatenated values of the node and all its children. (Inherited from OpenXmlCompositeElement.) | |
InnerXml | Gets or sets the markup representing only the child nodes of this node. (Inherited from OpenXmlCompositeElement.) | |
LastChild | Gets the last child of the OpenXmlElement. If there is no such OpenXmlElement, a null reference (Nothing in Visual Basic) is returned. (Inherited from OpenXmlCompositeElement.) | |
Lines | Number of Lines.Represents the element tag in schema: ap:Lines | |
LinksUpToDate | Links Up-to-Date.Represents the element tag in schema: ap:LinksUpToDate | |
LocalName | Gets the local name of the element. (Overrides OpenXmlElement.LocalName.) | |
Manager | Name of Manager.Represents the element tag in schema: ap:Manager | |
MCAttributes | Markup Compatibility Attributes Set. Return null if there is no Markup Compatibility Attribute defined in this element. (Inherited from OpenXmlElement.) | |
MultimediaClips | Total Number of Multimedia Clips.Represents the element tag in schema: ap:MMClips | |
NamespaceDeclarations | Gets all the namespace declarations defined in the current element. Return an empty enumerator if there is no namespace declaration. (Inherited from OpenXmlElement.) | |
NamespaceUri | Gets the namespace URI of this node. (Inherited from OpenXmlElement.) | |
Notes | Number of Slides Containing Notes.Represents the element tag in schema: ap:Notes | |
OpenXmlElementContext | Gets the OpenXmlEementContext. (Inherited from OpenXmlElement.) | |
OuterXml | Gets the markup representing this element and all its child elements. (Inherited from OpenXmlElement.) | |
Pages | Total Number of Pages.Represents the element tag in schema: ap:Pages | |
Paragraphs | Total Number of Paragraphs.Represents the element tag in schema: ap:Paragraphs | |
Parent | Gets the parent of this element. (Inherited from OpenXmlElement.) | |
Prefix | Gets the namespace prefix of this node. (Inherited from OpenXmlElement.) | |
PresentationFormat | Intended Format of Presentation.Represents the element tag in schema: ap:PresentationFormat | |
ScaleCrop | Thumbnail Display Mode.Represents the element tag in schema: ap:ScaleCrop | |
SharedDocument | Shared Document.Represents the element tag in schema: ap:SharedDoc | |
Slides | Slides Metadata Element.Represents the element tag in schema: ap:Slides | |
Template | Name of Document Template.Represents the element tag in schema: ap:Template | |
TitlesOfParts | Part Titles.Represents the element tag in schema: ap:TitlesOfParts | |
TotalTime | Total Edit Time Metadata Element.Represents the element tag in schema: ap:TotalTime | |
Words | Word Count.Represents the element tag in schema: ap:Words | |
XmlQualifiedName | Gets the qualified name of the node. (Inherited from OpenXmlElement.) |
Top
Methods
Name | Description | |
---|---|---|
AddAnnotation | Adds an object to the annotation list of this OpenXmlElement. (Inherited from OpenXmlElement.) | |
AddNamespaceDeclaration | Adds a namepace declaration to the current node. (Inherited from OpenXmlElement.) | |
Ancestors() | Enumerate all the ancestor nodes of this element. (Inherited from OpenXmlElement.) | |
Annotation(Type) | Get the first annotation object of the specified type from this OpenXmlElement. (Inherited from OpenXmlElement.) | |
Annotation<T>() | Get the first annotation object of the specified type from this OpenXmlElement. (Inherited from OpenXmlElement.) | |
Annotations(Type) | Gets a collection of annotations of the specified type for this OpenXmlElement. (Inherited from OpenXmlElement.) | |
Annotations<T>() | Gets a collection of annotations of the specified type for this OpenXmlElement. (Inherited from OpenXmlElement.) | |
Append(array<OpenXmlElement[]) | Adds the elements to the end of the list of child nodes, of this element. (Inherited from OpenXmlElement.) | |
Append(IEnumerable<OpenXmlElement>) | Adds the elements to the end of the list of child nodes, of this element. (Inherited from OpenXmlElement.) | |
AppendChild<T>(T) | Adds the specified element to the end of the list of child nodes, of this element. (Inherited from OpenXmlCompositeElement.) | |
AppendChild<T>(T) | Adds the specified element to the end of the list of child nodes, of this element. (Inherited from OpenXmlElement.) | |
ClearAllAttributes | Clear all the attributes ( known attributes + extended attributes ) (Inherited from OpenXmlElement.) | |
Clone | Creates a duplicate of this node. (Inherited from OpenXmlElement.) | |
CloneNode | Creates a duplicate of this node. (Overrides OpenXmlElement.CloneNode(Boolean).) | |
Descendants<T>() | Enumerate all the descendants elements (which type is T) of this element. Preorder traversering. (Inherited from OpenXmlElement.) | |
Elements<T>() | Enumerate for specific type of elements in child elements (Inherited from OpenXmlElement.) | |
ElementsAfter | Enumerate all the sibling elements after this element in same parent. (Inherited from OpenXmlElement.) | |
ElementsBefore | Enumerate all the sibling elements before this element in same parent. (Inherited from OpenXmlElement.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAttribute | Gets a Open XML attribute with the specifed tag name and namespace URI. (Inherited from OpenXmlElement.) | |
GetAttributes | Get a copy of all the attributes (Inherited from OpenXmlElement.) | |
GetEnumerator | Returns an enumerator that iterates through the child collection. (Inherited from OpenXmlElement.) | |
GetFirstChild<T> | Find the first child element in type T (Inherited from OpenXmlElement.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
InsertAfter<T>(T, OpenXmlElement) | Inserts the specified element immediately after the specified reference element. (Inherited from OpenXmlCompositeElement.) | |
InsertAfter<T>(T, OpenXmlElement) | Inserts the specified element immediately after the specified reference element. (Inherited from OpenXmlElement.) | |
InsertAfterSelf<T> | Inserts the specified element immediately after this element. (Inherited from OpenXmlElement.) | |
InsertAt<T>(T, Int32) | Inserts the specified element at the specified index in children. (Inherited from OpenXmlCompositeElement.) | |
InsertAt<T>(T, Int32) | Inserts the specified element at the specified index in children. (Inherited from OpenXmlElement.) | |
InsertBefore<T>(T, OpenXmlElement) | Inserts the specified element immediately before the specified reference element. (Inherited from OpenXmlCompositeElement.) | |
InsertBefore<T>(T, OpenXmlElement) | Inserts the specified element immediately before the specified reference element. (Inherited from OpenXmlElement.) | |
InsertBeforeSelf<T> | Inserts the specified element immediately before this element. (Inherited from OpenXmlElement.) | |
IsAfter | Determines if the current element appears after a specified element in document order. (Inherited from OpenXmlElement.) | |
IsBefore | Determines if the current element appears before a specified element in document order. (Inherited from OpenXmlElement.) | |
Load | Loads the DOM from the ExtendedFilePropertiesPart. | |
LookupNamespace | Resolve the namespace prefix in the context of current node (Inherited from OpenXmlElement.) | |
LookupPrefix | Finds the corresponding prefix for a namespace uri in the current element scope. (Inherited from OpenXmlElement.) | |
MemberwiseClone | (Inherited from Object.) | |
NextSibling() | Gets the OpenXmlElement immediately following this OpenXmlElement. If there is no next OpenXmlElement, a null reference (Nothing in Visual Basic) is returned. (Inherited from OpenXmlElement.) | |
PrependChild<T>(T) | Adds the specified element to the beginning of the list of child nodes for this element. (Inherited from OpenXmlCompositeElement.) | |
PrependChild<T>(T) | Adds the specified element to the beginning of the list of child nodes for this element. (Inherited from OpenXmlElement.) | |
PreviousSibling() | Gets the OpenXmlElement immediately preceding this OpenXmlElement. If there is no such preceding OpenXmlElement, a null reference (Nothing in Visual Basic) is returned. (Inherited from OpenXmlElement.) | |
Reload | Reloads the part content into Open XML DOM tree. It could be called multiple times and each time it is called, the tree will be reloaded; previous changes on the tree are abandoned. (Inherited from OpenXmlPartRootElement.) | |
Remove | Removes this element from its parent. (Inherited from OpenXmlElement.) | |
RemoveAllChildren | Remove all the child elements (Inherited from OpenXmlCompositeElement.) | |
RemoveAnnotations(Type) | Removes the annotations of the specified type from this OpenXmlElement. (Inherited from OpenXmlElement.) | |
RemoveAnnotations<T>() | Removes the annotations of the specified type from this OpenXmlElement. (Inherited from OpenXmlElement.) | |
RemoveAttribute | Remove the attribute from the element. (Inherited from OpenXmlElement.) | |
RemoveChild<T>(T) | Removes specified child element. (Inherited from OpenXmlCompositeElement.) | |
RemoveChild<T>(T) | Removes specified child element. (Inherited from OpenXmlElement.) | |
RemoveNamespaceDeclaration | Removes namespace declaration for a specific prefix. do nothing if the prefix is not existed. (Inherited from OpenXmlElement.) | |
ReplaceChild<T>(OpenXmlElement, T) | Replaces the child OpenXmlElement oldChild with newChild OpenXmlElement. (Inherited from OpenXmlCompositeElement.) | |
ReplaceChild<T>(OpenXmlElement, T) | Replaces the child OpenXmlElement oldChild with newChild OpenXmlElement. (Inherited from OpenXmlElement.) | |
Save() | Saves the data in the DOM tree back to the part. It could be called multiple times as well. Each time it is called, the stream will be flushed. (Inherited from OpenXmlPartRootElement.) | |
Save(Stream) | Save the DOM tree to stream. (Inherited from OpenXmlPartRootElement.) | |
Save(ExtendedFilePropertiesPart) | Saves the DOM into the ExtendedFilePropertiesPart. | |
SetAttribute | Set an attribute to the element. If the attribute is a known attribute, the value of the attribute is set. If the attribute is an extended attribute, the 'openxmlAttribute' is added to the extended attributes list. (Inherited from OpenXmlElement.) | |
SetAttributes | Set a bunch of attributes to the element. If a attribute is a known attribute, the value of the attribute is set. If a attribute is an extended attribute, the 'openxmlAttribute' is added to the extended attributes list. (Inherited from OpenXmlElement.) | |
ToString | (Inherited from Object.) | |
WriteTo | Saves the current node to the specified XmlWriter. (Inherited from OpenXmlPartRootElement.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | (Inherited from OpenXmlElement.) |
Top