Sort Score
Result 10 results
Languages All
Labels All
Results 3,551 - 3,560 of 20,432 for

document insertion

(0.25 sec)
  1. Paragraph.is_list_item property | Aspose.Words ...

    Paragraph.is_list_item property. True when the paragraph is an item in a bulleted or numbered list in original revision.... Document () builder = aw . DocumentBuilder...and end a list by using a document builder's "ListFormat" property...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Tables with Images in Multiple Columns Do Not F...

    When generating a Word Document using Aspose.Words, tables containing images arranged in multiple columns do not fit within the page width. Additionally, the HTML sample provided is rendered correctly in html but is not …...Word document Aspose.Words.Document doc = new Document(); DocumentBuilder...DocumentBuilder(doc); // Insert the HTML content into the document builder.I...

    forum.aspose.com/t/tables-with-images-in-multip...
  3. Working with Text in XPS file | Python

    How to add text to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...Developer Guide Working with XPS Document Working with Text Live Demos...using Python. Add Text to XPS Documents Aspose.Page for Python via...

    docs.aspose.com/page/python-net/xps/working-wit...
  4. EndnoteOptions.number_style property | Aspose.W...

    EndnoteOptions.number_style property. Specifies the number format for automatically numbered endnotes....applicable number styles see the Insert Footnote or Endnote dialog...reference marks. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Range.replace method | Aspose.Words for Python

    aspose.words.Range.replace method...the contents of a document. doc = aw . Document () builder = aw...find-and-replace operation on our document's contents and verify the...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Online PDF to DOCM Conversion or Develop Java b...

    Free online app to convert PDF to DOCM files. Java conversion library code for PDF Documents....will be converted into DOCM document Download the converted DOCM...Automation API Open PDF file using Document class Convert PDF to DOC by...

    products.aspose.com/total/java/conversion/pdf-t...
  7. ListLevel.trailing_character property | Aspose....

    ListLevel.trailing_character property. Returns or sets the character inserted after the number for the list level....Returns or sets the character inserted after the number for the list...DocumentBuilder. doc = aw . Document () # A list allows us to organize...

    reference.aspose.com/words/python-net/aspose.wo...
  8. IStructuredDocumentTag.placeholder property | A...

    IStructuredDocumentTag.placeholder property. Gets the [BuildingBlock](../../../aspose.words/buildingblock/) containing placeholder text which should be displayed when this SDT run contents are empty, the associated mapped XML element is empty as specified via the [IStructuredDocumentTag.xmlMapping](../xmlMapping/) element or the [IStructuredDocumentTag.isShowingPlaceholderText](../isShowingPlaceholderText/) element is true....structured document tag. let doc = new aw . Document (); // Insert...Insert a plain text structured document tag of the "PlainText" type...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Tables::RowCollection class | As...

    Aspose::Words::Tables::RowCollection class. Provides typed access to a collection of Row nodes. To learn more, visit the Documentation article in C++....the Working with Tables documentation article. class RowCollection...this collection and from the document. Contains (const System::...

    reference.aspose.com/words/cpp/aspose.words.tab...
  10. HTML to PDF, special character error - Free Sup...

    Hello, if we converting the attached files to PDF, the Character “§” is not visible in the attached PDF. Probably an encoding issue because ASCII is used in this case. I’ve tried other encodings as well, with no succes…...}; var wordDocument = new Document(InputFile, htmlLoadOptions);...HtmlLoadOptions and then saving the document as PDF . The “§” symbol disappears...

    forum.aspose.com/t/html-to-pdf-special-characte...