LayoutOptions ShowHiddenText property. Gets or sets indication of whether hidden text in the Document is rendered. Default is false in C#....whether hidden text in the document is rendered. Default is false...rendered output document. Document doc = new Document (); DocumentBuilder...
XamlFixedSaveOptions ResourcesFolderAlias property. Specifies the name of the folder used to construct image URIs written into an fixed page Xaml Document. Default is null in C#....written into an fixed page Xaml document. Default is null . public...} Remarks When you save a Document in fixed page Xaml format...
DocumentVisitor VisitCellEnd method. Called when enumeration of a table cell has ended in C#....table in a document. public void TableToText () { Document doc = new...new Document ( MyDir + "DocumentVisitor-compatible features.docx"...
Aspose.Words.Saving.SvgTextOutputMode enum. Allows to specify how text inside a Document should be rendered when saving in SVG format in C#....specify how text inside a document should be rendered when saving...some of fonts used in the document are not available on the target...
Aspose.Words.SectionStart enum. The type of break at the beginning of the section in C#....Words document by hand. Document doc = new Document (); // A...A blank document contains one section, one body and one paragraph...
Watermark SetImage method. Adds Image watermark into the Document in C#....Adds Image watermark into the document. public void SetImage ( Image...local file system. Document doc = new Document (); // Modify the...
StructuredDocumentTagRangeStart RemoveAllChildren method. Removes all the nodes between this range start node and the range end node in C#....to create/remove structured document tag and its content. public...SdtRangeExtendedMeth () { Document doc = new Document (); DocumentBuilder...
FontInfoCollection Count property. Gets the number of elements contained in the collection in C#....in the blank document. Document doc = new Document (); // A blank...blank document contains 3 default fonts. Each font in the document...
XmlMapping PrefixMappings property. Returns XML namespace prefix mappings to evaluate the XPath in C#....custom XML data parts in the document. Examples Shows how to set...custom XML parts. Document doc = new Document (); // Construct...