API Reference
WordApplicationProperties
Provides strongly typed access to the extended application properties stored in the underlying WordprocessingDocument.
Inheritance
- Object
- WordApplicationProperties
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property WordDocument.ApplicationProperties
Constructors
public WordApplicationProperties(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 Boolean HasDigitalSignatureMetadata { get; set; } #Gets or sets whether the extended-properties part contains legacy digital-signature metadata. This flag does not indicate that the package has a valid cryptographic signature.
public Nullable<Int32> DocumentSecurity { get; set; } #Gets or sets the document security information.
public String HyperlinkBase { get; set; } #Gets or sets the base address used for resolving hyperlinks.
public Nullable<Int32> Lines { get; set; } #Gets or sets the total number of lines in the document.
public String Manager { get; set; } #Gets or sets the manager associated with the document.
public Nullable<Boolean> HyperlinksChanged { get; set; } #Gets or sets a value indicating whether hyperlinks have changed.
public Nullable<Int32> Notes { get; set; } #Gets or sets the notes information for the document.
public Nullable<Int32> MultimediaClips { get; set; } #Gets or sets the multimedia clips associated with the document.
public Nullable<Int32> TotalTime { get; set; } #Gets or sets the total editing time for the document.
public Nullable<Boolean> ScaleCrop { get; set; } #Gets or sets the scale crop information for the document.
public String PresentationFormat { get; set; } #Gets or sets the presentation format used by the document.
public String Template { get; set; } #Gets or sets the template from which the document was created.
public Nullable<Int32> Words { get; set; } #Gets or sets the total number of words in the document.