Sort Score
Result 10 results
Languages All
Labels All
Results 2,881 - 2,890 of 20,002 for

document insertion

(0.23 sec)
  1. PageSetup.vertical_alignment property | Aspose....

    PageSetup.vertical_alignment property. Returns or sets the vertical alignment of text on each page in a Document or section....of text on each page in a document or section. @property def...to sections in a document. doc = aw . Document () builder = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  2. StructuredDocumentTag.buildingBlockCategory pro...

    StructuredDocumentTag.buildingBlockCategory property. Specifies category of building block for this SDT node...is read-only for SDT of the document part type. For all other SDT...Examples Shows how to insert a structured document tag as a building...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::CommentRangeStart::CommentRangeS...

    Aspose::Words::CommentRangeStart::CommentRangeStart constructor. Initializes a new instance of this class in C++....:DocumentBase>& The owner document. id int32_t The comment identifier...specified document, but is not yet part of the document and ParentNode...

    reference.aspose.com/words/cpp/aspose.words/com...
  4. MHT to PDF Converter using Python | Aspose.PDF

    Sample code on Python for MHT to PDF conversion. Use example code for batch MHT to PDF conversion with Python and .NET...programmatically a document from MHT to PDF format with a modern document-processing...conversion formats, see the Documentation pages. Also, you can check...

    products.aspose.com/pdf/python-net/conversion/m...
  5. Inline.IsFormatRevision | Aspose.Words for .NET

    Discover the Inline IsFormatRevision property in Microsoft Word. It indicates if object formatting changed with change tracking enabled, enhancing Document management.... Document doc = new Document ( MyDir + "Revision...docx" ); // When we edit the document while the "Track Changes"...

    reference.aspose.com/words/net/aspose.words/inl...
  6. ImageSaveOptions class | Aspose.Words for Python

    aspose.words.saving.ImageSaveOptions class. Allows to specify additional options when rendering Document pages or shapes to images...additional options when rendering document pages or shapes to images...the Specify Save Options documentation article. Inheritance: ImageSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Issues with particular font types after EMF to ...

    Hi Aspose support, In out product we started to use EMF to PDF conversion via Aspose, and after some research with different ways and different Aspose libraries we found that the optimal one is to use Aspose.Words.dll t…...dll to insert EMF picture into document, convert to Word...Word document to PDF and then optimize PDF with Aspose.PDF.dll...

    forum.aspose.com/t/issues-with-particular-font-...
  8. 怎么在光标所在位置插入下一页分节符 - Free Support Forum - aspose...

    原始文档: section.docx (18.8 KB) 预期: reset.section.docx (18.9 KB) 怎么移动到第一个run之前插入分节符?...您可以使用以下代码来实现这一点: Document doc = new Document("C:\\Temp\\in.docx");...Move to the created run and insert section break. builder.moveTo(r);...

    forum.aspose.com/t/topic/312497
  9. How to add watermark to doc's every page - Free...

    How to add text as watermark in every page?I try it, but some pages don’t have watermark. code: doc = aw.Document(str(file_path)) text_watermark_options = aw.TextWatermarkOptions() text_watermark_options.font_family = …...Document(str(file_path)) text_watermark_options...watermark to every page of a Word document using Aspose.Words, follow...

    forum.aspose.com/t/how-to-add-watermark-to-docs...
  10. Remove Field in Ruby|Aspose.Words for Java

    Remove a Field from MS Word Document using Ruby....Ruby Code ## The path to the documents directory. data_dir = File...))) + '/data/' \ # Open the document. doc = Rjb :: import ( 'com...

    docs.aspose.com/words/java/remove-field-in-ruby/