Sort Score
Result 10 results
Languages All
Labels All
Results 7,711 - 7,720 of 180,907 for

doc

(0.33 sec)
  1. ChartSeries.clear method | Aspose.Words for Python

    ChartSeries.clear method. Removes all data values from the chart series... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Stroke.transparency property | Aspose.Words for...

    Stroke.transparency property. Gets or sets a value between 0.0 (opaque) and 1.0 (clear) representing the degree of transparency of the stroke.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ChartDataLabel.position property | Aspose.Words...

    ChartDataLabel.position property. Gets or sets the position of the data label.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert column chart. shape...

    reference.aspose.com/words/python-net/aspose.wo...
  4. HeaderFooter class | Aspose.Words for Python

    aspose.words.HeaderFooter class. Represents a container for the header or footer text of a section...Name Description HeaderFooter(doc, header_footer_type) Creates...all footers from a document. doc = aw . Document ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ParagraphFormat.LeftIndent | Aspose.Words for .NET

    Adjust the left indent for your paragraphs effortlessly with the ParagraphFormat LeftIndent property. Customize your text layout for better readability!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Center all text that the...

    reference.aspose.com/words/net/aspose.words/par...
  6. OfficeMath.DisplayType | Aspose.Words for .NET

    Discover the OfficeMath DisplayType property for flexible equation formatting—choose between inline or standalone display for enhanced Document clarity.... Document doc = new Document ( MyDir + "Office...officeMath = ( OfficeMath ) doc . GetChild ( NodeType . OfficeMath...

    reference.aspose.com/words/net/aspose.words.mat...
  7. ChartTitle.text property | Aspose.Words for Nod...

    ChartTitle.text property. Gets or sets the text of the chart title... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a chart shape with...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ChartTitle.Show | Aspose.Words for .NET

    Enhance your charts with customizable titles. Control visibility easily—default is true. Elevate your data presentation today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a chart shape with...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Document.digitalSignatures property | Aspose.Wo...

    Document.digitalSignatures property. Gets the collection of digital signatures for this Document and their validation results.... const doc = new aw . Document ( base ....docx" ); for ( var i = 0 ; i < doc . digitalSignatures . count ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. FieldBarcode | Aspose.Words for Java

    Implements the BARCODE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.writeln(); // Below...

    reference.aspose.com/words/java/com.aspose.word...