Sort Score
Result 10 results
Languages All
Labels All
Results 9,191 - 9,200 of 180,942 for

doc

(0.5 sec)
  1. Aspose::Words::Lists::ListLevelCollection::idx_...

    Aspose::Words::Lists::ListLevelCollection::idx_set method. Gets a list level by index in C++.... auto doc = System :: MakeObject < Aspose...Words :: Lists :: List > list = doc -> get_Lists () -> Add ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.lis...
  2. ChartAxisTitle.Orientation | Aspose.Words for .NET

    ChartAxisTitle Orientation property. Gets or sets the orientation of the axis title text.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape chartShape = builder...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Table.DistanceLeft | Aspose.Words for .NET

    Adjust the Table DistanceLeft property to control spacing between your table and surrounding text. Enhance readability and layout in your Documents!... Document doc = new Document ( MyDir + "Table...text.docx" ); Table table = doc . FirstSection . Body . Tables...

    reference.aspose.com/words/net/aspose.words.tab...
  4. Table.DistanceRight | Aspose.Words for .NET

    Adjust the Table DistanceRight property to control spacing between your table and surrounding text in points, enhancing layout and readability.... Document doc = new Document ( MyDir + "Table...text.docx" ); Table table = doc . FirstSection . Body . Tables...

    reference.aspose.com/words/net/aspose.words.tab...
  5. AxisTickLabels.rotation property | Aspose.Words...

    AxisTickLabels.rotation property. Gets or sets the rotation of the tick labels in degrees.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a column chart....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. TextColumnCollection.lineBetween property | Asp...

    TextColumnCollection.lineBetween property. When ``true``, adds a vertical line between columns.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Configure the current section's...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Table.DistanceBottom | Aspose.Words for .NET

    Adjust the Table DistanceBottom property to control spacing between your table's bottom and surrounding text, enhancing layout and readability.... Document doc = new Document ( MyDir + "Table...text.docx" ); Table table = doc . FirstSection . Body . Tables...

    reference.aspose.com/words/net/aspose.words.tab...
  8. FormField.Type | Aspose.Words for .NET

    Discover the FormField Type property to easily identify and utilize various form field types, enhancing your web forms' functionality and user experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Please...

    reference.aspose.com/words/net/aspose.words.fie...
  9. FieldMergeBarcode | Aspose.Words for Java

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

    reference.aspose.com/words/java/com.aspose.word...
  10. Row.is_last_row property | Aspose.Words for Python

    Row.is_last_row property. True if this is the last row in a table; false otherwise.... doc = aw . Document ( file_name =...spanning two pages.docx' ) table = doc . first_section . body . tables...

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