Sort Score
Result 10 results
Languages All
Labels All
Results 4,821 - 4,830 of 300,003 for

doc

(0.16 sec)
  1. Node.PreviousPreOrder | Aspose.Words for .NET

    Node PreviousPreOrder method. Gets the previous node according to the preorder tree traversal algorithm in C#.... Document doc = new Document ( MyDir + "Images...docx" ); Assert . AreEqual ( 9 , doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words/nod...
  2. ShapeBase.title property | Aspose.Words for Python

    ShapeBase.title property. Gets or sets the title (caption) of the current shape object.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a shape, give it...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ThumbnailGeneratingOptions.generate_from_first_...

    ThumbnailGeneratingOptions.generate_from_first_page property. Specifies whether to generate thumbnail from first page of the Document or first image.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Range.delete method | Aspose.Words for Python

    Range.delete method. Deletes all characters of the range.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Add text to the first section...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Properties::BuiltInDocumentPrope...

    A collection of built-in Document properties.... auto doc = MakeObject<Document>(MyDir..."Document filename:\n\t \"" << doc->get_OriginalFileName() << "\""...

    reference.aspose.com/words/cpp/class/aspose.wor...
  6. Node.next_pre_order method | Aspose.Words for P...

    Node.next_pre_order method. Gets next node according to the pre-order tree traversal algorithm.... doc = aw . Document ( MY_DIR + 'Images...9 , len ([ node for node in doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Run Class Reference - Aspose.Wor...

    Represents a run of characters with the same font formatting.... auto doc = MakeObject<Document>(); auto...auto run = MakeObject<Run>(doc, u "Hello world!" ); SharedPtr<...

    reference.aspose.com/words/cpp/class/aspose.wor...
  8. CommentCollection class | Aspose.Words for Python

    aspose.words.CommentCollection class. Provides typed access to a collection of [Comment](../comment/) nodes... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . writeln ( "Helo world...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FootnoteOptions.StartNumber | Aspose.Words for ...

    FootnoteOptions StartNumber property. Specifies the starting number or character for the first automatically numbered footnotes in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Footnotes and endnotes...

    reference.aspose.com/words/net/aspose.words.not...
  10. Aspose::Words::PageSetup Class Reference - Aspo...

    Represents the page setup properties of a section.... auto doc = MakeObject<Document>(); auto...MakeObject<DocumentBuilder>(doc); // Modify the page setup properties...

    reference.aspose.com/words/cpp/class/aspose.wor...