Style BuiltIn property. True if this style is one of the builtin styles in MS Word in C#.... Document doc = new Document (); // When we create...create a document using Microsoft Word, or programmatically using...
Sets keywords related to the Document...Sets keywords related to the document public void SetKeywords (...String Keywords related to the document See Also class SummaryInfo...
WarningInfoCollection Warning method. Implements the IWarningCallback interface. Adds a warning to this collection in C#....EnableFontSubstituti () { // Open a document that contains text formatted...our font sources. Document doc = new Document ( MyDir + "Missing...
WarningInfoCollection GetEnumerator method. Returns an enumerator object that can be used to iterate over all items in the collection in C#....EnableFontSubstituti () { // Open a document that contains text formatted...our font sources. Document doc = new Document ( MyDir + "Missing...
DocumentName TiffOptions.DocumentName property Gets or sets the name of the Document. public string DocumentName { ge......Gets or sets the name of the document. public string DocumentName...Property Value The name of the document. See Also class TiffOptions...
Gets or sets text state for the text that TextFragmentaspose.pdf.text/textfragment object represents.... // Open documentDocument doc = new Document ( @"D:\Tests\input.... FontSize = 15 ; // Save document doc . Save ( @"D:\Tests\output...
WarningInfo Description property. Returns the description of the warning in C#....EnableFontSubstituti () { // Open a document that contains text formatted...our font sources. Document doc = new Document ( MyDir + "Missing...
WarningInfoCollection Clear method. Removes all elements from the collection in C#....EnableFontSubstituti () { // Open a document that contains text formatted...our font sources. Document doc = new Document ( MyDir + "Missing...
TxtSaveOptions PreserveTableLayout property. Specifies whether the program should attempt to preserve layout of tables when saving in the plain text format. The default value is false in C#.... Document doc = new Document (); DocumentBuilder... which we can pass to the document's "Save" method // to modify...
HtmlSaveOptions ExportPageSetup property. Specifies whether page setup is exported to HTML MHTML or EPUB. Default is false in C#....Words document model provides page setup...PageSetup class. When you export a document to HTML format you might need...