Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 30,980 for

doc

(0.04 sec)
  1. Aspose::Words::Tables::Table::get_CellSpacing m...

    Aspose::Words::Tables::Table::get_CellSpacing method. Gets or sets the amount of space (in points) between the cells in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Table > table...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. Aspose::Words::TableStyle::get_LeftPadding meth...

    Aspose::Words::TableStyle::get_LeftPadding method. Gets or sets the amount of space (in points) to add to the left of the contents of table cells in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Table > table...

    reference.aspose.com/words/cpp/aspose.words/tab...
  3. Aspose::Words::TableStyle::get_Borders method |...

    Aspose::Words::TableStyle::get_Borders method. Gets the collection of default cell borders for the style in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Table > table...

    reference.aspose.com/words/cpp/aspose.words/tab...
  4. GoogleAiModel | Aspose.Words for Java

    An abstract class representing the integration with Googleu2019s AI models within the Aspose.Words in Java....Description checkGrammar(Document doc, CheckGrammarOptions options)...modelType) summarize(Document doc, SummarizeOptions options) summarize(Document[]...

    reference.aspose.com/words/java/com.aspose.word...
  5. BubbleSizeCollection.format_code property | Asp...

    BubbleSizeCollection.format_code property. Gets or sets the format code applied to the bubble sizes.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a Bubble chart....

    reference.aspose.com/words/python-net/aspose.wo...
  6. DocumentBuilder.end_table method | Aspose.Words...

    DocumentBuilder.end_table method. Ends a table in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . start_table ()...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FontInfoCollection.embedTrueTypeFonts property ...

    FontInfoCollection.embedTrueTypeFonts property. Specifies whether or not to embed TrueType fonts in a Document when it is saved... This option works for DOC, DOCX and RTF formats only. Examples...embedded TrueType fonts. let doc = new aw . Document ( base ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. DocumentBase.pageColor property | Aspose.Words ...

    DocumentBase.pageColor property. Gets or sets the page color of the Document... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . pageColor...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. CellFormat.borders property | Aspose.Words for ...

    CellFormat.borders property. Gets collection of borders of the cell.... let doc = new aw . Document ( base ....Body node: let firstTable = doc . firstSection . body . tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. VbaModule.type property | Aspose.Words for Node.js

    VbaModule.type property. Specifies whether the module is a procedural module, Document module, class module, or designer module.... let doc = new aw . Document (); // Create.... name = "Aspose.project" ; doc . vbaProject = project ; // Create...

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