Sort Score
Result 10 results
Languages All
Labels All
Results 8,071 - 8,080 of 180,789 for

doc

(0.11 sec)
  1. ParagraphFormat.TabStops | Aspose.Words for .NET

    Discover the ParagraphFormat TabStops property to easily manage custom tab stops, enhancing your Document formatting and improving readability.... Document doc = new Document ( MyDir + "Table...foreach ( Paragraph para in doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words/par...
  2. ParagraphFormat.tabStops property | Aspose.Word...

    ParagraphFormat.tabStops property. Gets the collection of custom tab stops defined for this object.... let doc = new aw . Document ( base ....TOC9. for ( var paraNode of doc . getChildNodes ( aw . NodeType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. OfficeMath.displayType property | Aspose.Words ...

    OfficeMath.displayType property. Gets/sets Office Math display format type which represents whether an equation is displayed inline with the text or displayed on its own line.... let doc = new aw . Document ( base ....math.docx" ); let officeMath = doc . getOfficeMath ( 0 , true );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ExportFontFormat enumeration | Aspose.Words for...

    Aspose.Words.Saving.ExportFontFormat enumeration. Indicates the format that is used to export fonts while rendering to HTML fixed format.... let doc = new aw . Document ( base ....exportEmbeddedFonts = false ; doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FieldChar.is_locked property | Aspose.Words for...

    FieldChar.is_locked property. Gets or sets whether the parent field is locked (should not recalculate its result).... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) field = builder . insert_field...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ChartAxis.Hidden | Aspose.Words for .NET

    Discover the ChartAxis Hidden property to easily manage axis visibility in your charts. Enhance your data presentation with this simple toggle feature!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  7. OfficeMath.justification property | Aspose.Word...

    OfficeMath.justification property. Gets/sets Office Math justification.... let doc = new aw . Document ( base ....math.docx" ); let officeMath = doc . getOfficeMath ( 0 , true );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ChartDataLabel.ShowBubbleSize | Aspose.Words fo...

    Discover how the ShowBubbleSize property enhances your Bubble charts by displaying data label sizes. Optimize your visual data representation today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  9. TextColumn.Width | Aspose.Words for .NET

    Adjust the TextColumn Width property to easily customize your text column's width in points for enhanced layout control and readability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); PageSetup pageSetup = builder...

    reference.aspose.com/words/net/aspose.words/tex...
  10. Set Image Size|Aspose.PDF for Java

    This section describes how to set image size PDF file using Java library....Instantiate Document object Document doc = new Document (); // add page...collection of PDF file Page page = doc . getPages (). add (); // Create...

    docs.aspose.com/pdf/java/set-image-size/