Sort Score
Result 10 results
Languages All
Labels All
Results 4,741 - 4,750 of 157,158 for

doc

(0.08 sec)
  1. PageSetup.pageHeight property | Aspose.Words fo...

    PageSetup.pageHeight property. Returns or sets the height of the page in points.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert the image into the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Cell.paragraphs property | Aspose.Words for Nod...

    Cell.paragraphs property. Gets a collection of paragraphs that are immediate children of the cell.... let doc = new aw . Document ( base ....two pages.docx" ); let table = doc . firstSection . body . tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ShapeBase.relativeHorizontalPosition property |...

    ShapeBase.relativeHorizontalPosition property. Specifies relative to what 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...
  4. ChartLegend.Font | Aspose.Words for .NET

    Customize your ChartLegend font settings effortlessly! Access default formatting and easily override specific legend entries for a polished look.... Document doc = new Document ( MyDir + "Reporting...); Chart chart = (( Shape ) doc . GetChild ( NodeType . Shape...

    reference.aspose.com/words/net/aspose.words.dra...
  5. PageBorderAppliesTo enumeration | Aspose.Words ...

    aspose.words.PageBorderAppliesTo enumeration. Specifies which pages the page border is printed on.... doc = aw . Document () page_setup = doc . sections...border . distance_from_text = 0 doc . save ( file_name = ARTIFACTS_DIR...

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

    Adjust your Document's layout with the PageSetup BottomMargin property, defining the space between the page's bottom edge and body text for optimal presentation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . PageSetup . PaperSize...

    reference.aspose.com/words/net/aspose.words/pag...
  7. PageSetup.RightMargin | Aspose.Words for .NET

    Discover the PageSetup RightMargin property, easily adjust the right margin in points for optimal text layout and enhanced Document presentation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . PageSetup . PaperSize...

    reference.aspose.com/words/net/aspose.words/pag...
  8. PageSetup.bottomMargin property | Aspose.Words ...

    PageSetup.bottomMargin property. Returns or sets the distance (in points) between the bottom edge of the page and the bottom 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...
  9. PageSetup.rightMargin property | Aspose.Words f...

    PageSetup.rightMargin property. Returns or sets the distance (in points) between the right edge of the page and the right 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...
  10. HorizontalRuleFormat.height property | Aspose.W...

    HorizontalRuleFormat.height property. Gets or sets the height of the horizontal rule.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_horizontal_rule...

    reference.aspose.com/words/python-net/aspose.wo...