API Reference
ApplicationProperties
Provides strongly typed access to the extended application properties stored in the underlying WordprocessingDocument.
Inheritance
- Object
- ApplicationProperties
Constructors
public ApplicationProperties(WordDocument document) #Initializes a new instance bound to the specified document.
Parameters
- document OfficeIMO.Word.WordDocument
- Parent document.
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String Application { get; set; } #Gets or sets the application name that created the document.
public String ApplicationVersion { get; set; } #Gets or sets the version of the application that created the document.
public String Paragraphs { get; set; } #Gets or sets the total number of paragraphs in the document.
public String Pages { get; set; } #Gets or sets the total number of pages in the document.
public String Characters { get; set; } #Gets or sets the character count of the document.
public String CharactersWithSpaces { get; set; } #Gets or sets the character count including spaces.
public String Company { get; set; } #Gets or sets the company associated with the document.
public DigitalSignature DigitalSignature { get; set; } #Gets or sets the digital signature information for the document.
public DocumentSecurity DocumentSecurity { get; set; } #Gets or sets the document security information.
public HeadingPairs HeadingPairs { get; set; } #Gets or sets the heading pairs associated with the document.
public HyperlinkBase HyperlinkBase { get; set; } #Gets or sets the base address used for resolving hyperlinks.
public HyperlinkList HyperlinkList { get; set; } #Gets or sets the list of hyperlinks in the document.
public Lines Lines { get; set; } #Gets or sets the total number of lines in the document.
public Manager Manager { get; set; } #Gets or sets the manager associated with the document.
public HyperlinksChanged HyperlinksChanged { get; set; } #Gets or sets a value indicating whether hyperlinks have changed.
public Notes Notes { get; set; } #Gets or sets the notes information for the document.
public MultimediaClips MultimediaClips { get; set; } #Gets or sets the multimedia clips associated with the document.
public TotalTime TotalTime { get; set; } #Gets or sets the total editing time for the document.
public ScaleCrop ScaleCrop { get; set; } #Gets or sets the scale crop information for the document.
public PresentationFormat PresentationFormat { get; set; } #Gets or sets the presentation format used by the document.
public Template Template { get; set; } #Gets or sets the template from which the document was created.
public Words Words { get; set; } #Gets or sets the total number of words in the document.