Sort Score
Result 10 results
Languages All
Labels All
Results 3,781 - 3,790 of 20,124 for

document insertion

(0.08 sec)
  1. 通过JavaScript在C++中为命名范围设置公式|Documentation

    学习如何使用C++的JavaScript为电子表格中的命名范围设置公式。...Cells initialized" ); }); document . getElementById ( 'runExample'...formula = "NewNamedRange" ; // Insert the value in cell A3 which...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  2. LaTeX file repair | Aspose.TeX for Java

    LaTeX file repairer feature within Aspose.TeX API for Java is described in this article. Learn the code examples of how to use the functionality....a body enclosed within the document environment, specifically...specifically between \begin{document} and \end{document}. Let’s now look...

    docs.aspose.com/tex/java/latex-repair/
  3. ImageSaveOptions.tiff_binarization_method prope...

    ImageSaveOptions.tiff_binarization_method property. Gets or sets method used while converting images to 1 bpp format when [ImageSaveOptions.save_format](../save_format/) is [SaveFormat.TIFF](../../../aspose.words/saveformat/#TIFF) and [ImageSaveOptions.tiff_compression](../tiff_compression/) is equal to [TiffCompression.CCITT3](../../tiffcompression/#CCITT3) or [TiffCompression.CCITT4](../../tiffcompression/#CCITT4).... Document () builder = aw . DocumentBuilder...'Hello world!' ) builder . insert_image ( file_name = IMAGE_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldMergeSeq Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldMergeSeq class for seamless Document merging with the MERGESEQ field. Boost your Document automation today!...the Working with Fields documentation article. public class FieldMergeSeq...modifications made to the document. IsLocked { get; set; } Gets...

    reference.aspose.com/words/net/aspose.words.fie...
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Add, Move or Delete pages in PDF using C++ https://products.aspose.com/pdf/cpp/pages/ Recent content in Add, Move or Delete pages in PDF using ......C++ subtitle ltr Insert pages to PDF document programmatically...C++ content block In order to insert page in PDF file, we’ll...

    products.aspose.com/pdf/cpp/pages/index.xml
  6. Font.color property | Aspose.Words for Python

    Font.color property. Gets or sets the color of the font.... Examples Shows how to insert formatted text using DocumentBuilder...DocumentBuilder. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ResourceLoadingAction | Aspose.Words for Java

    Specifies the mode of resource loading in Java....the Specify Load Options documentation article. Examples: Shows...external resources into a document. public void resourceLoadingCallb()...

    reference.aspose.com/words/java/com.aspose.word...
  8. RevisionColor Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Layout.RevisionColor enum to customize Document revision colors, enhancing clarity and improving collaboration in your Documents....Allows to specify color of document revisions. public enum RevisionColor...rendered output document. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.lay...
  9. FieldAutoTextList class | Aspose.Words for Python

    aspose.words.fields.FieldAutoTextList class. Implements the AUTOTEXTLIST field...the Working with Fields documentation article. Remarks Creates...modifications made to the document. (Inherited from Field ) is_locked...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Finding Node (no paragraph) page index - Free S...

    How can I look for specific text and collect nodes, then get their pageIndex ? On the attached file I get the list of Nodes, then when I use layoutCollector.GetEntity → it returns null Thanks a lot in advance public s…...List<Node>> GetFootersWithNodes(Document doc, List<Node> nodes) { var...To find specific text in a document and collect nodes along with...

    forum.aspose.com/t/finding-node-no-paragraph-pa...