Sort Score
Result 10 results
Languages All
Labels All
Results 5,191 - 5,200 of 79,519 for

doc

(0.22 sec)
  1. Table.leftPadding property | Aspose.Words for N...

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

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Table.topPadding property | Aspose.Words for No...

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

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Shading.BackgroundPatternColor | Aspose.Words f...

    Discover the Shading BackgroundPatternColor property to customize your Shading object's background color, enhancing your design's visual appeal.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); BorderCollection borders =...

    reference.aspose.com/words/net/aspose.words/sha...
  4. PageSetup.TopMargin | Aspose.Words for .NET

    Adjust the PageSetup TopMargin property to customize the distance from the page's top edge to your text, enhancing layout and readability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . PageSetup . PaperSize...

    reference.aspose.com/words/net/aspose.words/pag...
  5. ParagraphFormat.shading property | Aspose.Words...

    ParagraphFormat.shading property. Returns a [Shading](../../shading/) object that refers to the shading formatting for the paragraph.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let borders = builder . paragraphFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FieldOptions.toaCategories property | Aspose.Wo...

    FieldOptions.toaCategories property. Gets or sets the table of authorities categories.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // TOA fields can filter their...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Paragraph.is_end_of_cell property | Aspose.Word...

    Paragraph.is_end_of_cell property. True if this paragraph is the last paragraph in a [Cell](../../../aspose.words.tables/cell/); 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...
  8. ChartDataLabel.Font | Aspose.Words for .NET

    Discover the ChartDataLabel Font property to easily customize your data label's font formatting for enhanced visual appeal and clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  9. IStructuredDocumentTag.get_child_nodes method |...

    IStructuredDocumentTag.get_child_nodes method. Returns a live collection of child nodes that match the specified types.... doc = aw . Document ( file_name =...structured tags. sdts = list ( doc . range . structured_document_tags...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::Notes::FootnoteOptions class | A...

    Aspose::Words::Notes::FootnoteOptions class. Represents the footnote numbering options for a Document or section. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ( MyDir..."Footnotes and endnotes.docx" ); doc -> get_FootnoteOptions () ->...

    reference.aspose.com/words/cpp/aspose.words.not...