SectionPropertiesRevision Class
Represents a revision of the section properties.
public class SectionPropertiesRevision : RevisionPublic Class SectionPropertiesRevision
Inherits Revision- Inheritance:
- System.ObjectSectionPropertiesRevision
Constructors
SectionPropertiesRevision(DocumentModel)
Initializes a new instance of the SectionPropertiesRevision class.
public SectionPropertiesRevision(DocumentModel document)Public Sub New(document As DocumentModel)Parameters
document- DocumentModel
The owning document
Properties
EndnoteSettings
Gets the endnote settings.
public NoteSettings EndnoteSettings { get; }Public ReadOnly Property EndnoteSettings As NoteSettingsProperty Value
The endnote settings.
FootnoteSettings
Gets the footnote settings.
public NoteSettings FootnoteSettings { get; }Public ReadOnly Property FootnoteSettings As NoteSettingsProperty Value
The footnote settings.
PageSetup
Gets or sets the page setup that was used before this revision was applied.
Property Value
The page setup that was used before this revision was applied.
Inherited Properties
| Author | Gets or sets the author of the revision. (Inherited from Revision) |
| Date | Gets or sets the date when the revision was created. (Inherited from Revision) |
| RevisionType | Gets the type of this revision. (Inherited from Revision) |
Inherited Methods
| Accept() | Accepts this revision. (Inherited from Revision) |
| Reject() | Rejects this revision. (Inherited from Revision) |