Sort Score
Result 10 results
Languages All
Labels All
Results 5,791 - 5,800 of 180,113 for

doc

(0.11 sec)
  1. MailMerge Class | Aspose.Words for .NET

    Unlock powerful mail merge capabilities with Aspose.Words.MailMerging.MailMerge class. Streamline Document creation and enhance productivity effortlessly!...table: Document doc = CreateSourceDocExecu (); doc . MailMerge .... Execute ( table ); doc . Save ( ArtifactsDir + "MailMerge.ExecuteDataTable...

    reference.aspose.com/words/net/aspose.words.mai...
  2. Document.last_section property | Aspose.Words f...

    Document.last_section property. Gets the last section in the Document.... doc = aw . Document () # A blank...edit. self . assertEqual ( 1 , doc . sections . count ) # Use a...

    reference.aspose.com/words/python-net/aspose.wo...
  3. CustomXmlPart.data property | Aspose.Words for ...

    CustomXmlPart.data property. Gets or sets the XML content of this Custom XML Data Storage Part.... doc = aw . Document () # Construct...world!</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...

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

    Represents frame related formatting for a paragraph in Java.... Document doc = new Document(getMyDir() + "Paragraph...paragraphFrame = IterableUtils.find(doc.getFirstSection().getBody().getParagraphs()...

    reference.aspose.com/words/java/com.aspose.word...
  5. Aspose::Words::Document::StartTrackRevisions me...

    Aspose::Words::Document::StartTrackRevisions method. Starts automatically marking all further changes you make to the Document programmatically as revision changes in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Editing a document usually...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Aspose::Words::VariableCollection::idx_get meth...

    Aspose::Words::VariableCollection::idx_get method. Gets or a sets a Document variable by the case-insensitive name. null values are not allowed as a right hand side of the assignment and will be replaced by empty string in C++.... auto doc = System :: MakeObject < Aspose...VariableCollection > variables = doc -> get_Variables (); // Every...

    reference.aspose.com/words/cpp/aspose.words/var...
  7. Rotate PDF Pages Using Python via C++|Aspose.PD...

    This topic describes how to rotate the page orientation in an existing PDF file programmatically with Python via C++....object by loading the input file doc = apCore . document_create_from_file...apCore . document_get_pages ( doc ) # Getting the first page from...

    docs.aspose.com/pdf/python-cpp/rotate-pages/
  8. StructuredDocumentTag.Level | Aspose.Words for ...

    Discover the StructuredDocumentTag Level property to efficiently identify its position in the Document tree, enhancing your Document management skills.... Document doc = new Document (); // Create...= new StructuredDocumentTa ( doc , SdtType . PlainText , MarkupLevel...

    reference.aspose.com/words/net/aspose.words.mar...
  9. StructuredDocumentTag.color property | Aspose.W...

    StructuredDocumentTag.color property. Gets or sets the color of the structured Document tag.... let doc = new aw . Document (); // Create...Markup . StructuredDocumentTa ( doc , aw . Markup . SdtType . PlainText...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Convert a Multi-page Document to an Image in Py...

    Export multi-page Documents to raster images (JPG, PNG, GIF, BMP, TIFF, WebP) using Python....image with Horizontal layout: doc = aw . Document ( file_name =...MultiPageLayout . Horizontal ( 10 ); doc . save ( file_name = ' ImageSaveOptions...

    docs.aspose.com/words/python-net/convert-a-mult...