Sort Score
Result 10 results
Languages All
Labels All
Results 7,921 - 7,930 of 157,451 for

doc

(0.25 sec)
  1. BookmarksOutlineLevelCollection indexer | Aspos...

    BookmarksOutlineLevelCollection indexer. Gets or sets a bookmark outline level at the specified index.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a bookmark with...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ConditionalStyleCollection.BottomRightCell | As...

    Discover the BottomRightCell property in ConditionalStyleCollection. Enhance your design with customizable cell styles for better visual impact!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words/con...
  3. AxisTickLabels.spacing property | Aspose.Words ...

    AxisTickLabels.spacing property. Gets or sets the interval at which the tick labels are drawn.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ConditionalStyle.topPadding property | Aspose.W...

    ConditionalStyle.topPadding property. Gets or sets the amount of space (in points) to add above the contents of table cells.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ConditionalStyleCollection.LastColumn | Aspose....

    Discover the ConditionalStyleCollection LastColumn property to easily customize your last column styles for enhanced design flexibility and visual appeal.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words/con...
  6. ConditionalStyle.ParagraphFormat | Aspose.Words...

    Discover the ConditionalStyle ParagraphFormat property to easily access and manage paragraph formatting in your styles for enhanced Document presentation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words/con...
  7. ConditionalStyleCollection.EvenRowBanding | Asp...

    Discover the EvenRowBanding property in ConditionalStyleCollection for enhanced readability with stylish alternating row colors. Elevate your data presentation!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words/con...
  8. BookmarksOutlineLevelCollection.contains method...

    BookmarksOutlineLevelCollection.contains method. Determines whether the collection contains a bookmark with the given name.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a bookmark with...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::VariableCollection::idx_set meth...

    Aspose::Words::VariableCollection::idx_set method. Gets or a sets a Document variable by the case-insensitive name. null values are not allowed as a right hand side of the assignment and will be replaced by empty string in C++.... auto doc = System :: MakeObject < Aspose...VariableCollection > variables = doc -> get_Variables (); // Every...

    reference.aspose.com/words/cpp/aspose.words/var...
  10. Update Fields in Ruby|Aspose.Words for Java

    Update fields of MS Word Document using Ruby.... doc = Rjb :: import ( 'com.aspose...words.DocumentBuilder' ) . new ( doc ) \ # Insert a table of contents...

    docs.aspose.com/words/java/update-fields-in-ruby/