Sort Score
Result 10 results
Languages All
Labels All
Results 5,291 - 5,300 of 20,066 for

document insertion

(0.1 sec)
  1. Working with Attachments and Embedded Objects|D...

    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....application an enclosed within a document or file created by another...rather than inserted or pasted into another document, it retains...

    docs.aspose.com/email/python-net/working-with-a...
  2. Aspose::Words::Drawing::OleFormat::get_SourceIt...

    Aspose::Words::Drawing::OleFormat::get_SourceItem method. Gets or sets a string that is used to identify the portion of the source file that is being linked in C++.... Examples Shows how to insert linked and unlinked OLE objects...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Aspose::Words::Fields::FieldSeq::get_BookmarkNa...

    Aspose::Words::Fields::FieldSeq::get_BookmarkName method. Gets or sets a bookmark name that refers to an item elsewhere in the Document rather than in the current location in C++....to an item elsewhere in the document rather than in the current...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. ListTemplate enumeration | Aspose.Words for Python

    aspose.words.lists.ListTemplate enumeration. Specifies one of the predefined list formats available in Microsoft Word.... Document () builder = aw . DocumentBuilder...and end a list by using a document builder's "ListFormat" property...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Tables colliding on docx to pdf conversion - Fr...

    async function addLetterHeadToDocx(docPath, letterHeadpath, outDir, logger) { const headDoc = new aw.Document(letterHeadpath); const contentDoc = new aw.Document(docPath); const headDocParagraphs = headDoc.sections…...Document(letterHeadpath); const contentDoc...contentDoc = new aw.Document(docPath); const headDocParagraphs...

    forum.aspose.com/t/tables-colliding-on-docx-to-...
  6. ChartTitle.show property | Aspose.Words for Python

    ChartTitle.show property. Determines whether the title shall be shown for this chart...how to insert a chart and set a title. doc = aw . Document () builder...doc = doc ) # Insert a chart shape with a document builder and...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Some table in word file will beyond border if e...

    Hi, This issue has been created on behalf of Kai Hu Kai.Hu@FreyrSolutions.com I use following code to enable track change function, but when I enabled track change, some table in word file will beyond border. If I don’…...// Get RevisionOptions from document layout options RevisionOptions...RevisionOptions revisionOptions = document.getLayoutOptions().getRevisionOptions();...

    forum.aspose.com/t/some-table-in-word-file-will...
  8. ParagraphFormat.add_space_between_far_east_and_...

    ParagraphFormat.add_space_between_far_east_and_digit property. Gets or sets a flag indicating whether inter-character spacing is automatically adjusted between regions of numbers and regions of East Asian text in the current paragraph....Shows how to insert a paragraph into the document. doc = aw .... Document () builder = aw . DocumentBuilder ( doc = doc ) font...

    reference.aspose.com/words/python-net/aspose.wo...
  9. IFieldDatabaseProvider | Aspose.Words for Java

    Implement this interface to provide data for the FieldDatabase field when its updated in Java....database and insert it as a field into a document. Document doc = new...new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  10. GeneralFormatCollection.Remove | Aspose.Words f...

    Effortlessly remove all instances of a specific general format from your collection with the GeneralFormatCollection Remove method. Streamline your data management!... Document doc = new Document (); DocumentBuilder...( doc ); // Use a document builder to insert a field that displays...

    reference.aspose.com/words/net/aspose.words.fie...