Sort Score
Result 10 results
Languages All
Labels All
Results 4,181 - 4,190 of 20,015 for

insert documents

(0.1 sec)
  1. XpsSaveOptions.outline_options property | Aspos...

    XpsSaveOptions.outline_options property. Allows to specify outline options....of a saved XPS document. doc = aw . Document () builder = aw...DocumentBuilder ( doc = doc ) # Insert headings that can serve as...

    reference.aspose.com/words/python-net/aspose.wo...
  2. StructuredDocumentTag.LockContents | Aspose.Wor...

    Discover the StructuredDocumentTag LockContents property, set to true, it prevents users from editing SDT content, ensuring document integrity and security....structured document tags. Document doc = new Document (); DocumentBuilder...doc ); // Insert a plain text structured document tag, which...

    reference.aspose.com/words/net/aspose.words.mar...
  3. Aspose::Words::DocumentBuilder::MoveToMergeFiel...

    Aspose::Words::DocumentBuilder::MoveToMergeField method. Moves the cursor to a position just beyond the specified merge field and removes the merge field in C++....deletes the merge field from the document after moving the cursor. Examples...MERGEFIELDs with data with a document builder instead of a mail...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Get a Page Object from Visio Drawing in PHP|Doc...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....social coding sites: GitHub Insert a New Blank Page into a Visio...

    docs.aspose.com/diagram/java/get-a-page-object-...
  5. StructuredDocumentTag.lockContentControl proper...

    StructuredDocumentTag.lockContentControl property. When set to ``true``, this property will prohibit a user from deleting this SDT....structured document tags. let doc = new aw . Document (); let builder...doc ); // Insert a plain text structured document tag, which...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. StructuredDocumentTag.lockContents property | A...

    StructuredDocumentTag.lockContents property. When set to ``true``, this property will prohibit a user from editing the contents of this SDT....structured document tags. let doc = new aw . Document (); let builder...doc ); // Insert a plain text structured document tag, which...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. IStructuredDocumentTag.lockContents property | ...

    IStructuredDocumentTag.lockContents property. When set to true, this property will prohibit a user from editing the contents of this SDT....structured document tags. let doc = new aw . Document (); let builder...doc ); // Insert a plain text structured document tag, which...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. HorizontalRuleFormat Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.HorizontalRuleFormat class for advanced horizontal rule formatting. Enhance your document design effortlessly!...the Working with Shapes documentation article. public class HorizontalRuleFormat...width. Examples Shows how to insert a horizontal rule shape, and...

    reference.aspose.com/words/net/aspose.words.dra...
  9. ChartXValueCollection class | Aspose.Words for ...

    Aspose.Words.Drawing.Charts.ChartXValueCollection class. Represents a collection of X values for a chart series.... To add or insert new values to a chart series...series data. let doc = new aw . Document (); let builder = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Split Tables in Jython|Aspose.Words for Java

    Split Tables using Jython.... words import Document from com . aspose . words...'programming_documents/' # Load the document. doc = Document ( dataDir...

    docs.aspose.com/words/java/split-tables-in-jython/