Sort Score
Result 10 results
Languages All
Labels All
Results 9,961 - 9,970 of 180,098 for

doc

(0.28 sec)
  1. VbaReferenceCollection class | Aspose.Words for...

    Aspose.Words.Vba.VbaReferenceCollection class. Represents a collection of [VbaReference](../vbareference/) objects...dll" ; let doc = new aw . Document ( base ....project.docm" ); let references = doc . vbaProject . references ; expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Adjustment | Aspose.Words for Java

    Represents adjustment values that are applied to the specified shape in Java.... Document doc = new Document(getMyDir() + "Rounded...docx"); Shape shape = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...

    reference.aspose.com/words/java/com.aspose.word...
  3. ParagraphFormat.line_unit_after property | Aspo...

    ParagraphFormat.line_unit_after property. Gets or sets the amount of spacing (in gridlines) after the paragraphs.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) format = doc . first_section ....

    reference.aspose.com/words/python-net/aspose.wo...
  4. CellFormat.left_padding property | Aspose.Words...

    CellFormat.left_padding property. Returns or sets the amount of space (in points) to add to the left of the contents of cell.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  5. TextBox.previous property | Aspose.Words for Py...

    TextBox.previous property. Returns a [TextBox](../) that represents the previous [TextBox](../) in a sequence of shapes.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) text_box_shape1 = builder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. CellFormat.right_padding property | Aspose.Word...

    CellFormat.right_padding property. Returns or sets the amount of space (in points) to add to the right of the contents of cell.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Bookmark.LastColumn | Aspose.Words for .NET

    Discover the LastColumn property, easily access the zero-based index of the last column in your table's bookmark range for efficient data management.... Document doc = new Document ( MyDir + "Table...bookmarks.doc" ); foreach ( Bookmark bookmark in doc . Range ...

    reference.aspose.com/words/net/aspose.words/boo...
  8. Bookmark.FirstColumn | Aspose.Words for .NET

    Discover the FirstColumn property. Easily access the zero-based index of the first column in your table's bookmark range for efficient data management.... Document doc = new Document ( MyDir + "Table...bookmarks.doc" ); foreach ( Bookmark bookmark in doc . Range ...

    reference.aspose.com/words/net/aspose.words/boo...
  9. FieldSkipIf | Aspose.Words for Java

    Implements the SKIPIF field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a SKIPIF field. If...

    reference.aspose.com/words/java/com.aspose.word...
  10. SvgTextOutputMode enumeration | Aspose.Words fo...

    Aspose.Words.Saving.SvgTextOutputMode enumeration. Allows to specify how text inside a Document should be rendered when saving in SVG format.... let doc = new aw . Document ( base ....SvgTextOutputMode . UsePlacedGlyphs ; doc . save ( base . artifactsDir...

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