Sort Score
Result 10 results
Languages All
Labels All
Results 4,881 - 4,890 of 180,809 for

doc

(0.23 sec)
  1. AxisTickLabels.orientation property | Aspose.Wo...

    AxisTickLabels.orientation property. Gets or sets the orientation of the tick label text.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a column chart....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. AxisTickLabels.Rotation | Aspose.Words for .NET

    Adjust AxisTickLabels rotation for optimal readability. Customize tick label angles in degrees to enhance your chart's clarity and visual appeal.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a column chart....

    reference.aspose.com/words/net/aspose.words.dra...
  3. Table.bottomPadding property | Aspose.Words for...

    Table.bottomPadding property. Gets or sets the amount of space (in points) to add below the contents of cells.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. PageSetup.LeftMargin | Aspose.Words for .NET

    Discover the PageSetup LeftMargin property to easily adjust the left margin in points, enhancing your Document's layout and readability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . PageSetup . PaperSize...

    reference.aspose.com/words/net/aspose.words/pag...
  5. PageSetup.leftMargin property | Aspose.Words fo...

    PageSetup.leftMargin property. Returns or sets the distance (in points) between the left edge of the page and the left boundary of the body text.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . pageSetup . paperSize...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ChartAxisTitle.overlay property | Aspose.Words ...

    ChartAxisTitle.overlay property. Determines whether other chart elements shall be allowed to overlap the title... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. LayoutOptions.enable_text_shaping property | As...

    LayoutOptions.enable_text_shaping property. Flag indicating whether to enable support for OpenType features using the HarfBuzz text shaping engine.... doc = aw . Document ( file_name =...docx" ) doc . layout_options . enable_text_shaping = True doc . save...

    reference.aspose.com/words/python-net/aspose.wo...
  8. HorizontalRuleFormat.width_percent property | A...

    HorizontalRuleFormat.width_percent property. Gets or sets the length of the specified horizontal rule expressed as a percentage of the window width.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_horizontal_rule...

    reference.aspose.com/words/python-net/aspose.wo...
  9. GoogleAiModel.summarize method | Aspose.Words f...

    aspose.words.ai.GoogleAiModel.summarize method...summarize method summarize(doc, options) Summarizes specified...object. def summarize ( self , doc : aspose . words . Document ...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Body | Aspose.Words for Java

    Represents a container for the main text of a section in Java.... Document doc = new Document(); // A blank...document node with no children. doc.removeAllChildren(); // This...

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