Sort Score
Result 10 results
Languages All
Labels All
Results 2,801 - 2,810 of 31,018 for

doc

(0.09 sec)
  1. PageSetup.right_margin property | Aspose.Words ...

    PageSetup.right_margin property. Returns or sets the distance (in points) between the right edge of the page and the right boundary of the body text.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . page_setup . paper_size...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ParagraphFormat.shading property | Aspose.Words...

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

    reference.aspose.com/words/python-net/aspose.wo...
  3. PageSetup.top_margin property | Aspose.Words fo...

    PageSetup.top_margin property. Returns or sets the distance (in points) between the top edge of the page and the top boundary of the body text.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . page_setup . paper_size...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PageSetup.footer_distance property | Aspose.Wor...

    PageSetup.footer_distance property. Returns or sets the distance (in points) between the footer and the bottom of the page.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . page_setup . paper_size...

    reference.aspose.com/words/python-net/aspose.wo...
  5. GroupShape constructor | Aspose.Words for Node.js

    GroupShape constructor. Creates a new group shape....GroupShape(doc) Creates a new group shape. GroupShape ( doc : Aspose...) Parameter Type Description doc DocumentBase The owner document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. LayoutCollector.document property | Aspose.Word...

    LayoutCollector.Document property. Gets or sets the Document this collector instance is attached to.... let doc = new aw . Document (); let layoutCollector... Layout . LayoutCollector ( doc ); // Call the "GetNumPagesSpanned"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Footnote | Aspose.Words for Java

    Represents a container for text of a footnote or endnote in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Add text, and reference...

    reference.aspose.com/words/java/com.aspose.word...
  8. Font.italic property | Aspose.Words for Node.js

    Font.italic property. True if the font is formatted as italic.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . font . size = 36...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. FieldNumChars | Aspose.Words for Java

    Implements the NUMCHARS field in Java.... Document doc = new Document(getMyDir() + "Paragraphs...builder = new DocumentBuilder(doc); builder.moveToHeaderFooter(HeaderFooterType...

    reference.aspose.com/words/java/com.aspose.word...
  10. Field | Aspose.Words for Java

    Represents a Microsoft Word Document field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Field dateField = builder.insertField("DATE...

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