Discover the Aspose.Words.Drawing.ShapeLineStyle enum to enhance your Document design with customizable compound line styles for shapes.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertShape...
Explore the Aspose.Words PdfDigitalSignatureHashAlgorithm enum, defining digital hash algorithms for secure digital signatures in your Documents.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Contents...
Discover how the ConditionalStyleCollection ClearFormatting method effectively removes all conditional styles from your table, enhancing clarity and design.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...
TxtSaveOptions.listIndentation property. Gets a [TxtListIndentation](../../txtlistindentation/) object that specifies how many and which character to use for indentation of list levels... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a list with three...
Fill.color property. Gets or sets a Color object that represents the foreground color for the fill.... doc = aw . Document ( file_name =...Font of the first Run. fill = doc . first_section . body . paragraphs...
ShapeBase.get_shape_renderer method. Creates and returns an object that can be used to render this shape into an image.... doc = aw . Document ( file_name =...x . as_shape (), b ), list ( doc . get_child_nodes ( aw . NodeType...
ChartDataLabelCollection.font property. Provides access to the font formatting of the data labels of the entire series.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Add a line chart, then...
Comment.done property. Gets or sets flag indicating that the comment has been marked done.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Helo...
Discover the LinkToPrevious method in HeaderFooterCollection to easily connect or disconnect headers and footers across your Document sections for seamless formatting.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Section...
Discover the CustomPartCollection Count property to easily retrieve the total number of elements in your collection for efficient data management.... Document doc = new Document ( MyDir + "Custom...package.docx" ); Assert . That ( doc . PackageCustomParts . Count...