Sort Score
Result 10 results
Languages All
Labels All
Results 3,871 - 3,880 of 17,911 for

insert documents

(0.04 sec)
  1. Aspose::Words::Saving::BookmarksOutlineLevelCol...

    Aspose::Words::Saving::BookmarksOutlineLevelCollection class. A collection of individual bookmarks outline level. To learn more, visit the documentation article in C++....Working with Bookmarks documentation article. class BookmarksOutlineLeve...will not be displayed in the document outline. Specify 1 and Word...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Aspose::Words::Markup::CustomXmlPartCollection ...

    Aspose::Words::Markup::CustomXmlPartCollection class. Represents a collection of Custom XML Parts. The items are CustomXmlPart objects. To learn more, visit the documentation article in C++....Structured Document Tags or Content Control documentation article...custom XML data stored in a document via the CustomXmlParts property...

    reference.aspose.com/words/cpp/aspose.words.mar...
  3. Aspose::Words::Document::get_RemovePersonalInfo...

    Aspose::Words::Document::get_RemovePersonalInformation method. Gets or sets a flag indicating that Microsoft Word will remove all user information from comments, revisions and document properties upon saving the document in C++....Aspose::Words::Document::get_RemovePersonalInform method Contents...Contents [ Hide ] Document::get_RemovePersonalInform method Gets...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. 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...
  5. RevisionOptions.revision_bars_position property...

    RevisionOptions.revision_bars_position property. Gets or sets rendering position of revision bars...rendered output document. doc = aw . Document () builder = aw...DocumentBuilder ( doc = doc ) # Insert a revision, then change the...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  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/