Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 19,856 for

document insertion

(0.08 sec)
  1. Repeat Table Header Rows on Pages|Aspose.Words ...

    Repeat a header row of a table on every page. Docx4j does not provide an opportunity to work with a header row....the Working with Tables documentation section. A table can specify...repeat on every page: Document doc = new Document (); DocumentBuilder...

    docs.aspose.com/words/java/repeat-table-header-...
  2. FieldInfo class | Aspose.Words for Python

    aspose.words.fields.FieldInfo class. Implements the INFO field...with Fields documentation article. Remarks Inserts information...information about a document property. Inheritance: FieldInfo → Field Constructors...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Tables::CellCollection class | A...

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

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. ParagraphFormat.StyleIdentifier | Aspose.Words ...

    Discover the ParagraphFormat StyleIdentifier property to easily manage and customize paragraph styles, enhancing your Document's formatting and readability....how to insert a Table of contents (TOC) into a document using...styles as entries. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/par...
  5. ImageSaveOptions.save_format property | Aspose....

    ImageSaveOptions.save_format property. Specifies the format in which the rendered Document pages or shapes will be saved if this save options object is used...format in which the rendered document pages or shapes will be saved...Words converts a document to one. doc = aw . Document () builder =...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ImageSaveOptions.scale property | Aspose.Words ...

    ImageSaveOptions.scale property. Gets or sets the zoom factor for the generated images....Words converts a document to one. doc = aw . Document () builder =...'Hello world!' ) builder . insert_image ( file_name = IMAGE_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::ParagraphFormat::get_SpaceAfter ...

    Aspose::Words::ParagraphFormat::get_SpaceAfter method. Gets or sets the amount of spacing (in points) after the paragraph in C++....MakeObject < Aspose :: Words :: Document > (); auto builder = System...set_SpaceBeforeAuto ( autoSpacing ); // Insert two paragraphs that will have...

    reference.aspose.com/words/cpp/aspose.words/par...
  8. Aspose::Words::ParagraphFormat::get_SpaceBefore...

    Aspose::Words::ParagraphFormat::get_SpaceBefore method. Gets or sets the amount of spacing (in points) before the paragraph in C++....MakeObject < Aspose :: Words :: Document > (); auto builder = System...set_SpaceBeforeAuto ( autoSpacing ); // Insert two paragraphs that will have...

    reference.aspose.com/words/cpp/aspose.words/par...
  9. HtmlElementSizeOutputMode enumeration | Aspose....

    Aspose.Words.Saving.HtmlElementSizeOutputMode enumeration. Specifies how Aspose.Words exports element widths and heights to HTML, MHTML and EPUB....relative units, specified in the document are exported. RelativeOnly...specified in relative units in the document. Fixed sizes are not exported...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Adding Pages in PDF with Python|Aspose.PDF for ...

    Discover how to add pages to a PDF Document in Python using Aspose.PDF for flexible Document creation and editing....to work with pages in a PDF document using Python. It maintains...maintains all the pages of a PDF document in PageCollection that can...

    docs.aspose.com/pdf/python-net/add-pages/