DocumentBuilder MoveToBookmark method. Moves the cursor to a bookmark in C#....that some bookmarks in the document are assigned to form fields...Examples Shows how to move a document builder’s cursor to different...
The title of a Document as specified by the TITLE element in the head of the Document....Title property The title of a document as specified by the TITLE...element in the head of the document. public string Title { get...
Aspose.Words.Fields.FieldStart class. Represents a start of a Word field in a Document in C#....start of a Word field in a document. To learn more, visit the...the Working with Fields documentation article. public class FieldStart...
HtmlFixedSaveOptions FontFormat property. Gets or sets ExportFontFormat used for font exporting. Default value is Woff in C#....saving a document to HTML. Document doc = new Document ( MyDir...namespace Aspose.Words.Saving assembly Aspose.Words HtmlFixedSaveOptions...
EditableRange EditorGroup property. Returns or sets an alias or editing group which shall be used to determine if the current user shall be allowed to edit this editable range in C#.... Document doc = new Document (); doc . Protect...world! Since we have set the document's protection level to read-only...
Pages CmxDocument.Pages property Gets the pages of current Document. public virtual IList < CmxPage > Pages { get ; }......Gets the pages of current document. public virtual IList < CmxPage...Value The pages of current document. See Also class CmxPage class...
Aspose.Words.BuildingBlocks.BuildingBlockType enum. Specifies a building block type. The type might affect the visibility and behavior of the building block in Microsoft Word in C#....automatically inserted into the document whenever its name is entered...building block is a structured document tag placeholder text. FormFieldHelpText...
SaveOptions UpdateCreatedTimeProperty property. Gets or sets a value determining whether the CreatedTime property is updated before saving. Default value is false in C#....Examples Shows how to update a document’s “CreatedTime” property when...when saving. Document doc = new Document (); DateTime createdTime...
Revision Reject method. Reject this revision in C#....revisions in a document. Document doc = new Document (); DocumentBuilder...); // Normal editing of the document does not count as a revision...
HtmlFixedSaveOptions ExportEmbeddedSvg property. Specifies whether SVG resources should be embedded into Html Document. Default value is true in C#....should be embedded into Html document. Default value is true . public...exporting a document to Html. Document doc = new Document ( MyDir...