Gets the Documents encoding....CharacterSet Document.CharacterSet property Gets the document’s encoding...Value The document’s encoding. See Also class Document namespace...
MailMerge MappedDataFields property. Returns a collection that represents mapped data fields for the mail merge operation in C#....of mail merge fields in the document. Examples Shows how to map...MappedDataFieldColle () { Document doc = CreateSourceDocMappe...
Represents options that control how presentation should be saved to markdown....Specifies the base path where document with resources will be saved...Specifies whether the generated document should have new lines \r(Macintosh)...
Contains elements that control the Documents preview quality scope and output format....elements that control the document’s preview quality, scope,...get; } Indicates whether the document is being reviewed for markup...
FieldSaveDate UseLunarCalendar property. Gets or sets whether to use the Hijri Lunar or Hebrew Lunar calendar in C#....display the date/time of the document’s most recent save operation...Word. Document doc = new Document ( MyDir + "Document.docx" );...
FieldSaveDate UseSakaEraCalendar property. Gets or sets whether to use the Saka Era calendar in C#....display the date/time of the document’s most recent save operation...Word. Document doc = new Document ( MyDir + "Document.docx" );...
Aspose.Words.BookmarkStart class. Represents a start of a bookmark in a Word Document in C#....start of a bookmark in a Word document. To learn more, visit the...Working with Bookmarks documentation article. public class BookmarkStart...
Aspose.Words.PageSetup class. Represents the page setup properties of a section in C#....the Working with Sections documentation article. public class PageSetup...characters per line in the document grid. DifferentFirstPageHe...
Aspose.Words.Layout.LayoutEnumerator class. Enumerates page layout entities of a Document. You can use this class to walk over the page layout model. Available properties are type geometry text and page index where entity is rendered as well as overall structure and relationships. Use combination of GetEntity and Current move to the entity which corresponds to a Document node in C#....page layout entities of a document. You can use this class to...entity which corresponds to a document node. To learn more, visit...
Row LastCell property. Returns the last Cell in the row in C#....table in a document. public void TableToText () { Document doc = new...new Document ( MyDir + "DocumentVisitor-compatible features.docx"...