Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 30,980 for

doc

(0.07 sec)
  1. Row.isLastRow property | Aspose.Words for Node.js

    Row.isLastRow property. True if this is the last row in a table; false otherwise.... let doc = new aw . Document ( base ....two pages.docx" ); let table = doc . firstSection . body . tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ShapeBase.horizontalAlignment property | Aspose...

    ShapeBase.horizontalAlignment property. Specifies how the shape is positioned horizontally.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a floating image...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Table.topPadding property | Aspose.Words for No...

    Table.topPadding property. Gets or sets the amount of space (in points) to add above 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. Table.leftPadding property | Aspose.Words for N...

    Table.leftPadding property. Gets or sets the amount of space (in points) to add to the left of 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...
  5. JsonDataLoadOptions.SimpleValueParseMode | Aspo...

    Discover how the SimpleValueParseMode property in JsonDataLoadOptions enhances JSON parsing for nulls, booleans, numbers, and strings. Optimize your data loading today!... Document doc = new Document ( MyDir + "Reporting...BuildReport ( doc , dataSource , "persons" ); doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.rep...
  6. OfficeMath.ParentParagraph | Aspose.Words for .NET

    Discover the OfficeMath ParentParagraph property to easily access the parent Paragraph of any node, enhancing your Document formatting and structure.... Document doc = new Document ( MyDir + "Office...officeMath = ( OfficeMath ) doc . GetChild ( NodeType . OfficeMath...

    reference.aspose.com/words/net/aspose.words.mat...
  7. Shading.BackgroundPatternColor | Aspose.Words f...

    Discover the Shading BackgroundPatternColor property to customize your Shading object's background color, enhancing your design's visual appeal.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); BorderCollection borders =...

    reference.aspose.com/words/net/aspose.words/sha...
  8. ParagraphFormat.shading property | Aspose.Words...

    ParagraphFormat.shading property. Returns a [Shading](../../shading/) object that refers to the shading formatting for the paragraph.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let borders = builder . paragraphFormat...

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

    Adjust the PageSetup TopMargin property to customize the distance from the page's top edge to your text, enhancing layout and readability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . PageSetup . PaperSize...

    reference.aspose.com/words/net/aspose.words/pag...
  10. RowFormat | Aspose.Words for Java

    Represents all formatting for a table row in Java.... Document doc = new Document(getMyDir() + "Tables..."Tables.docx"); Table table = doc.getFirstSection().getBody().getTables()...

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