Sort Score
Result 10 results
Languages All
Labels All
Results 2,751 - 2,760 of 31,017 for

doc

(0.06 sec)
  1. TabLeader Enum | Aspose.Words for .NET

    Discover the Aspose.Words.TabLeader enum, defining leader line styles for tabs, enhancing Document formatting and readability in your projects....Document doc = new Document (); Paragraph para = doc . FirstSection...Word. Assert . AreEqual ( 0 , doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/tab...
  2. Font.auto_color property | Aspose.Words for Python

    Font.auto_color property. Returns the present calculated color of the text (black or white) to be used for 'auto color'... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # If a run's Font object...

    reference.aspose.com/words/python-net/aspose.wo...
  3. MarkdownLoadOptions.import_underline_formatting...

    MarkdownLoadOptions.import_underline_formatting property. Gets or sets a boolean value indicating either to recognize a sequence of two plus characters ++ as underline text formatting...import_underline_formatting = True doc = aw . Document ( stream = stream...load_options = load_options ) para = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Footnote | Aspose.Words for Java

    Represents a container for text of a footnote or endnote in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Add text, and reference...

    reference.aspose.com/words/java/com.aspose.word...
  5. MailMergeSettings.connectString property | Aspo...

    MailMergeSettings.connectString property. Specifies the connection string used to connect to an external data source... let doc = new aw . Document ( base ....data.docx" ); let settings = doc . mailMergeSettings ; console...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. MailMergeSettings.addressFieldName property | A...

    MailMergeSettings.addressFieldName property. Specifies the column within the data source that contains e-mail addresses... let doc = new aw . Document ( base ....data.docx" ); let settings = doc . mailMergeSettings ; console...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. BuiltInDocumentProperties.category property | A...

    BuiltInDocumentProperties.category property. Gets or sets the category of the Document.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) properties = doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Table.setBorders method | Aspose.Words for Node.js

    Table.setBorders method. Sets all table borders to the specified line style, width and color.... let doc = new aw . Document ( base ...."Tables.docx" ); let table = doc . firstSection . body . tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Table.SetBorders | Aspose.Words for .NET

    Customize your tables effortlessly with the SetBorders method, adjusting line style, width, and color for a polished, professional look.... Document doc = new Document ( MyDir + "Tables..."Tables.docx" ); Table table = doc . FirstSection . Body . Tables...

    reference.aspose.com/words/net/aspose.words.tab...
  10. Aspose::Words::Lists::ListCollection::get_Docum...

    Aspose::Words::Lists::ListCollection::get_Document method. Gets the owner Document in C++.... auto doc = MakeObject < Document > ();...lists = doc -> get_Lists (); ASPOSE_ASSERT_EQ ( doc , lists ->...

    reference.aspose.com/words/cpp/aspose.words.lis...