Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 30,978 for

doc

(0.04 sec)
  1. 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...
  2. FieldTC | Aspose.Words for Java

    Implements the TC field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a TOC field, which...

    reference.aspose.com/words/java/com.aspose.word...
  3. 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...
  4. 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...
  5. 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...
  6. DocumentProperty.ToInt | Aspose.Words for .NET

    Convert DocumentProperty values to integers effortlessly with the ToInt method. Unlock seamless data handling for your applications!... Document doc = new Document (); CustomDocumentProper...CustomDocumentProper properties = doc . CustomDocumentProper ; DateTime...

    reference.aspose.com/words/net/aspose.words.pro...
  7. Aspose::Words::Font::get_Scaling method | Aspos...

    Aspose::Words::Font::get_Scaling method. Gets or sets character width scaling in percent in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add run of text and increase...

    reference.aspose.com/words/cpp/aspose.words/fon...
  8. Aspose::Words::Font::get_Spacing method | Aspos...

    Aspose::Words::Font::get_Spacing method. Returns or sets the spacing (in points) between characters in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add run of text and increase...

    reference.aspose.com/words/cpp/aspose.words/fon...
  9. DocumentProperty.toInt method | Aspose.Words fo...

    DocumentProperty.toInt method. Returns the property value as integer.... let doc = new aw . Document (); let properties = doc . customDocumentProper...add ( "Authorized Revision" , doc . builtInDocumentPrope . revisionNumber...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Body.parent_section property | Aspose.Words for...

    Body.parent_section property. Gets the parent section of this story....suppress_endnotes (): doc = aw . Document () doc . remove_all_children...EndnotePosition . END_OF_DOCUMENT , doc . endnote_options . position...

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