Sort Score
Result 10 results
Languages All
Labels All
Results 6,491 - 6,500 of 157,325 for

doc

(0.17 sec)
  1. Adjustment Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Adjustment class, designed to enhance your shapes with precise adjustment values for superior Document formatting.... Document doc = new Document ( MyDir + "Rounded...docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType . Shape...

    reference.aspose.com/words/net/aspose.words.dra...
  2. IMailMergeDataSource.TableName | Aspose.Words f...

    Discover the IMailMergeDataSource TableName property to easily access your data source name and enhance your Document automation process....CustomDataSource () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "...

    reference.aspose.com/words/net/aspose.words.mai...
  3. OutlineOptions.expanded_outline_levels property...

    OutlineOptions.expanded_outline_levels property. Specifies how many levels in the Document outline to show expanded when the file is viewed.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert headings of levels...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 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...
  5. 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...
  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.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...
  8. 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...
  9. 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...
  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...