Sort Score
Result 10 results
Languages All
Labels All
Results 3,841 - 3,850 of 32,882 for

insert documents

(0.14 sec)
  1. GradientStop class | Aspose.Words for Python

    aspose.words.drawing.GradientStop class. Represents one gradient stop...Working with Graphic Elements documentation article. Constructors Name...gradient fill. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Pdf::OperatorCollection Class Reference...

    Classes | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members Aspose::P......ASPOSE_PDF_SHARED_API void Insert (int32_t index, System::SharedPtr...< Operator > op) override Inserts operator into collection. More...

    reference.aspose.com/pdf/cpp/class/aspose.pdf.o...
  3. How to Find Field Properties|Aspose.Words for Java

    How to find some field properties like field code and field result in Java...[ Hide ] A field which is inserted using DocumentBuilder . InsertField...names of merge fields in the document then you can instead use the...

    docs.aspose.com/words/java/find-field-properties/
  4. XmlMapping.SetMapping | Aspose.Words for .NET

    XmlMapping SetMapping method. Sets a mapping between the parent structured document tag and an XML node of a custom XML data part in C#....between the parent structured document tag and an XML node of a custom...whether the parent structured document tag is successfully mapped...

    reference.aspose.com/words/net/aspose.words.mar...
  5. Aspose::Pdf::OperatorCollection Class Reference...

    Classes | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members Aspose::P......ASPOSE_PDF_SHARED_API void Insert (int32_t index, System::SharedPtr...< Operator > op) override Inserts operator into collection. More...

    reference.aspose.com/pdf/cpp/class/aspose.pdf.o...
  6. Need to add FieldRef to the selection text - Ne...

    <w:r> <w:fldChar w:fldCharType="begin" /> </w:r> <w:r> <w:instrText xml:space="preserve"> REF _Ref100000001 \h </w:instrText> </w:r> <w:r> <w:fldChar w:fldCharType="separate" /> </w:r> <w:r> <w:t xml:space="preserve">…...Document as Document); // Check if the replaced...Remove the field from the document field.Remove(); // Find the...

    forum.aspose.com/t/need-to-add-fieldref-to-the-...
  7. Aspose for java 23.3版本生成word文档目录页码不对 - Free Sup...

    // For complete examples and data files, please go to https://github.com/aspose-words/Aspose.Words-for-Java Document doc = new Document("D:\\2022.docx"); DocumentBuilder builder = new DocumentBuilder(doc); bu…...Words-for-Java Document doc = new Document("D:\\2022.docx");...CENTER); builder.setBold(true); // Insert a table of contents at the...

    forum.aspose.com/t/aspose-for-java-23-3-word/26...
  8. Aspose::Words::Revision::get_ParentNode method ...

    Aspose::Words::Revision::get_ParentNode method. Gets the immediate parent node (owner) of this revision. This property will work for any revision type other than StyleDefinitionChange in C++.... auto doc = MakeObject < Document > ( MyDir + u "Revision runs...docx" ); // When we edit the document while the "Track Changes"...

    reference.aspose.com/words/cpp/aspose.words/rev...
  9. Aspose::Words::RunCollection::ToArray method | ...

    Aspose::Words::RunCollection::ToArray method. Copies all runs from the collection to a new array of runs in C++.... auto doc = MakeObject < Document > ( MyDir + u "Revision runs...docx" ); // When we edit the document while the "Track Changes"...

    reference.aspose.com/words/cpp/aspose.words/run...
  10. Shape Alignment not working when converting HTM...

    Hi Team, We have a use-case where the HTML contains an SVG image and after the SVG is a Text DIV Element. When we pass this HTML to the ASPOSE Words and save the output in DOCX format, the SVG Image and then text is sup…...Aligned but upon opening the document it looks Top Middle Aligned...properties from within the Word Document, the fields are disabled by...

    forum.aspose.com/t/shape-alignment-not-working-...