Sort Score
Result 10 results
Languages All
Labels All
Results 3,631 - 3,640 of 17,938 for

document insertion

(0.05 sec)
  1. Comment.set_text method | Aspose.Words for Python

    Comment.set_text method. This is a convenience method that allows to easily set text of the comment.... If you want to insert more complex elements into...to a document, and then reply to it. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Footnote.is_auto property | Aspose.Words for Py...

    Footnote.is_auto property. Holds a value that specifies whether this is a auto-numbered footnote or footnote with user defined custom reference mark....how to insert and customize footnotes. doc = aw . Document () builder...which we will pass to the document builder's "InsertFootnote"...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::BreakType enum | Aspose.Words fo...

    Aspose::Words::BreakType enum. Specifies type of a break inside a Document in C++....Specifies type of a break inside a document. enum class BreakType Values...create headers and footers in a document using DocumentBuilder . auto...

    reference.aspose.com/words/cpp/aspose.words/bre...
  4. Aspose::Words::Tables::CellFormat::get_LeftPadd...

    Aspose::Words::Tables::CellFormat::get_LeftPadding method. Returns or sets the amount of space (in points) to add to the left of the contents of cell in C++....with a document builder. auto doc = MakeObject < Document > ();...( u "Row 1, cell 1." ); // Insert a second cell, and then configure...

    reference.aspose.com/words/cpp/aspose.words.tab...
  5. Aspose::Words::Tables::CellFormat::get_RightPad...

    Aspose::Words::Tables::CellFormat::get_RightPadding method. Returns or sets the amount of space (in points) to add to the right of the contents of cell in C++....with a document builder. auto doc = MakeObject < Document > ();...( u "Row 1, cell 1." ); // Insert a second cell, and then configure...

    reference.aspose.com/words/cpp/aspose.words.tab...
  6. 使用合并文档时想要让字体保持一致但是不生效 - Free Support Forum - as...

    您好 我使用如下的代码进行文档的合并 关于字体的尝试我试了很多但是并不生效 public static Document addDocument(String key,Document mainDoc,Document addDoc,Boolean isPortrait) { try{ FontSettings fontSettings = new FontSettings(); fontSe…...public static Document addDocument(String key,Document mainDoc,Document...insertAfterNode, Document mainDoc, Document srcDoc) throws Exception...

    forum.aspose.com/t/topic/312049
  7. PDF to XPS Converter using Python | Aspose.PDF

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

    products.aspose.com/pdf/python-net/conversion/p...
  8. Convert PPT to Word in C# | products.aspose.com

    Convert PPT to Word in C#. Use .NET library API to convert PowerPoint to Word...PowerPoint presentations, Word documents, and other files. When you...slides to pages in a Word document. Convert PowerPoint to Word...

    products.aspose.com/slides/net/conversion/ppt-t...
  9. PDF to XLSX Converter using Python | Aspose.PDF

    Sample code on Python for PDF to XLSX conversion. Use example code for batch PDF to XLSX conversion with Python and .NET...convert programmatically a document from PDF to XLSX format with...with a modern document-processing Python API. Use just a few lines...

    products.aspose.com/pdf/python-net/conversion/p...
  10. FieldQuote.text property | Aspose.Words for Python

    FieldQuote.text property. Gets or sets the text to retrieve.... Document () builder = aw . DocumentBuilder...DocumentBuilder ( doc ) # Insert a QUOTE field, which will display the...

    reference.aspose.com/words/python-net/aspose.wo...