Sort Score
Result 10 results
Languages All
Labels All
Results 2,851 - 2,860 of 157,354 for

doc

(0.07 sec)
  1. Node.Document | Aspose.Words for .NET

    Discover the Node Document property, effortlessly access the Document linked to your node for seamless data management and enhanced productivity.... Document doc = new Document (); Paragraph...Paragraph ( doc ); para . AppendChild ( new Run ( doc , "Hello world...

    reference.aspose.com/words/net/aspose.words/nod...
  2. Body.ensure_minimum method | Aspose.Words for P...

    Body.ensure_minimum method. If the last child is not a paragraph, creates and appends one empty paragraph.... doc = aw . Document () # A blank...document node with no children. doc . remove_all_children () # This...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Fields::FormField::get_OwnHelp m...

    Aspose::Words::Fields::FormField::get_OwnHelp method. Specifies the source of the text that's displayed in a message box when a form field has the focus and the user presses F1 in C++.... void Visitor () { auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Use a document builder...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Story.lastParagraph property | Aspose.Words for...

    Story.lastParagraph property. Gets the last paragraph in the story.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Run 1...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Node.PreviousPreOrder | Aspose.Words for .NET

    Discover the Node PreviousPreOrder method to efficiently retrieve the prior node using the preorder tree traversal algorithm for optimized data processing.... Document doc = new Document ( MyDir + "Images...docx" ); Assert . AreEqual ( 9 , doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words/nod...
  6. 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...
  7. PageSetup.margins property | Aspose.Words for P...

    PageSetup.margins property. Returns or sets preset [Margins](../../margins/) of the page.... doc = aw . Document ( file_name =...the document within its pages. doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 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...
  9. FieldLastSavedBy | Aspose.Words for Java

    Implements the LASTSAVEDBY field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // If we create a document...

    reference.aspose.com/words/java/com.aspose.word...
  10. FieldUnknown | Aspose.Words for Java

    Implements an unknown or unrecognized field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a field that does...

    reference.aspose.com/words/java/com.aspose.word...