Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 30,980 for

doc

(0.07 sec)
  1. Section.prependContent method | Aspose.Words fo...

    Section.prependContent method. Inserts a copy of content of the source section at the beginning of this section.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . write ( "Section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. BuiltInDocumentProperties.thumbnail property | ...

    BuiltInDocumentProperties.thumbnail property. Gets or sets the thumbnail of the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  3. TextWatermarkOptions class | Aspose.Words for P...

    aspose.words.TextWatermarkOptions class. Contains options that can be specified when adding a watermark with text... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldOptions.FileName | Aspose.Words for .NET

    Discover the FieldOptions FileName property to easily manage and customize your Document's file name for enhanced organization and efficiency.... Document doc = new Document ( MyDir + "Document...builder = new DocumentBuilder ( doc ); builder . MoveToDocumentEnd...

    reference.aspose.com/words/net/aspose.words.fie...
  5. UserInformation.DefaultUser | Aspose.Words for ...

    Discover the DefaultUser property for seamless user information management. Enhance your app's efficiency with our easy-to-use features!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a UserInformation...

    reference.aspose.com/words/net/aspose.words.fie...
  6. PageLayoutCallbackArgs.pageIndex property | Asp...

    PageLayoutCallbackArgs.pageIndex property. Gets 0-based index of the page in the Document this event relates to..., () => { let doc = new aw . Document (); doc . builtInDocumentPrope...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . layoutOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DocumentBuilder.insert_node method | Aspose.Wor...

    DocumentBuilder.insert_node method. Inserts a node before the cursor.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) image_file_name = IMAGE_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  8. TabLeader enumeration | Aspose.Words for Python

    aspose.words.TabLeader enumeration. Specifies the type of the leader line displayed under the tab character.... doc = aw . Document () para = doc . first_section...self . assertEqual ( 0 , len ( doc . first_section . body . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  9. TabAlignment enumeration | Aspose.Words for Python

    aspose.words.TabAlignment enumeration. Specifies the alignment/type of a tab stop.... doc = aw . Document () para = doc . first_section...self . assertEqual ( 0 , len ( doc . first_section . body . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  10. NodeCollection indexer | Aspose.Words for Python

    NodeCollection indexer. Retrieves a node at the given index.... doc = aw . Document () # Add two...of this document. paragraph = doc . get_child ( aw . NodeType ...

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