Sort Score
Result 10 results
Languages All
Labels All
Results 3,001 - 3,010 of 18,701 for

document insertion

(0.2 sec)
  1. Aspose::Words::Drawing::ShapeBase::LocalToParen...

    Aspose::Words::Drawing::ShapeBase::LocalToParent method. Converts a value from the local coordinate space into the coordinate space of the parent shape in C++....Aspose :: Words :: Document > (); // Insert a group shape, and...and to the right of // the document's x and Y coordinate origin...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. DocumentBuilder.insertHtml method | Aspose.Word...

    Aspose.Words.DocumentBuilder.insertHtml method...insertHtml(html) Inserts an HTML string into the document. insertHtml...An HTML string to insert into the document. Remarks You can use...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ImageFieldMergingArgs.image_file_name property ...

    ImageFieldMergingArgs.image_file_name property. Sets the file name of the image that the mail merge engine must insert into the Document....merge engine must insert into the document. @property def image_file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Remove POTX Annotation Online or Manage Annotat...

    delete comments from POTX file through online app for free. .NET API code to manage comments of POTX files....AddComment for inserting comment Save the presentation...Cases: Branding Validation Insert annotations to verify font...

    products.aspose.com/total/net/annotate/potx/
  5. Determine Line Break|Aspose.PDF for Python via ...

    Learn more about how to determinate a line break of multi-line TextFragment using Python...TextFragment within a PDF document. The track_line_breaking()...for both the generated PDF document and a corresponding text file...

    docs.aspose.com/pdf/python-net/determine-line-b...
  6. ShapeBase.name property | Aspose.Words for Python

    ShapeBase.name property. Gets or sets the optional shape name.... Document () builder = aw . DocumentBuilder...DocumentBuilder ( doc ) shape = builder . insert_shape ( aw . drawing . ShapeType...

    reference.aspose.com/words/python-net/aspose.wo...
  7. How to Add Hyperlink in Word using Python

    This short tutorial guides you on how to add hyperlink in Word using Python. It contains all the basic information to set the IDE and a runnable sample code to insert hyperlink in Word using Python....get a runnable sample code to insert hyperlink in Word using Python...DOC or a DOCX file. Steps to Insert Link in Word using Python Set...

    kb.aspose.com/words/python/how-to-add-hyperlink...
  8. ParagraphFormat.first_line_indent property | As...

    ParagraphFormat.first_line_indent property. Gets or sets the value (in points) for a first line or hanging indent...Shows how to insert a paragraph into the document. doc = aw .... Document () builder = aw . DocumentBuilder ( doc = doc ) font...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Saving::XpsSaveOptions class | A...

    Aspose::Words::Saving::XpsSaveOptions class. Can be used to specify additional options when saving a Document into the Xps format. To learn more, visit the Documentation article in C++....additional options when saving a document into the Xps format. To learn...the Specify Save Options documentation article. class XpsSaveOptions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. Edit SVG File – C# Examples with Aspose.SVG

    Learn how to edit SVG in C#. Add and edit SVG elements, edit SVG paths, draw on bitmaps, and more using the Aspose.SVG for .NET library.... The API’s Document Object Model (DOM) is fully...editing. You can modify the document by appending new nodes, removing...

    docs.aspose.com/svg/net/edit-svg-file/