Style Equals method. Compares with the specified style. Styles Istds are compared for builtin styles only. Styles defaults are not included in comparison. Base style linked style and next paragraph style are recursively compared in C#.... Document doc = new Document ( MyDir + "Style...with alias.docx" ); // This document contains a style named "MyStyle...
TableCollection ToArray method. Copies all tables from the collection to a new array of tables in C#....the document and print the contents of each cell. Document doc...doc = new Document ( MyDir + "Tables.docx" ); TableCollection tables...
CellCollection ToArray method. Copies all cells from the collection to a new array of cells in C#....the document and print the contents of each cell. Document doc...doc = new Document ( MyDir + "Tables.docx" ); TableCollection tables...
ImageData IsLink property. Returns true if the image is linked to the shape when SourceFullName is specified in C#.... Document imgSourceDoc = new Document ( MyDir + "Images..., true )[ 0 ]; Document dstDoc = new Document (); // Import a...
Name of the PDF file that caused this Document...FileName Document.FileName property Name of the PDF file that...that caused this document public string FileName { get ; } See Also...
Collection of Named Destination in the Document....NamedDestinations Document.NamedDestinations property Collection...of Named Destination in the document. public NamedDestinationColl...
FieldStyleRef InsertParagraphNumber property. Gets or sets whether to insert the paragraph number of the referenced paragraph exactly as it appears in the Document in C#....exactly as it appears in the document. public bool InsertParagraphNumbe...STYLEREF fields. Document doc = new Document (); DocumentBuilder...
MarkdownSaveOptions TableContentAlignment property. Gets or sets a value that specifies how to align contents in tables when exporting into the Markdown format. The default value is Auto in C#.... Document . Save ( ArtifactsDir + "MarkdownSaveOptions... saveOptions ); Document doc = new Document ( ArtifactsDir +...
Initializes a new instance of the ParagraphAbsorberaspose.pdf.text/paragraphabsorber that performs search for sections/paragraphs of the Document or page....sections/paragraphs of the document or page. public ParagraphAbsorber...namespace Aspose.Pdf.Text assembly Aspose.PDF ParagraphAbsorber(int)...
ImageData ChromaKey property. Defines the color value of the image that will be treated as transparent in C#.... Document imgSourceDoc = new Document ( MyDir + "Images..., true )[ 0 ]; Document dstDoc = new Document (); // Import a...