Sort Score
Result 10 results
Languages All
Labels All
Results 4,531 - 4,540 of 13,511 for

insert documents

(0.08 sec)
  1. Aspose::Words::Drawing::Charts::AxisScaling cla...

    Aspose::Words::Drawing::Charts::AxisScaling class. Represents the scaling options of the axis. To learn more, visit the documentation article in C++....the Working with Charts documentation article. class AxisScaling...axis. auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. FlipOrientation enumeration | Aspose.Words for ...

    Aspose.Words.Drawing.FlipOrientation enumeration. Possible values for the orientation of a shape.... Document (); let builder = new aw ...DocumentBuilder ( doc ); // Insert an image shape and leave its...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ShapeBase.is_inline property | Aspose.Words for...

    ShapeBase.is_inline property. A quick way to determine if this shape is positioned inline with text.... Document () builder = aw . DocumentBuilder...world! ' ) shape = builder . insert_shape ( shape_type = aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldTA | Aspose.Words for Java

    Implements the TA field in Java....the Working with Fields documentation article. Remarks: Defines...throws Exception { Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  5. PdfSaveOptions.preserve_form_fields property | ...

    PdfSaveOptions.preserve_form_fields property. Specifies whether to preserve Microsoft Word form fields as form fields in PDF or convert them to text...Examples Shows how to save a document to the PDF format using the...PdfSaveOptions class. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. How to fetch the data of the BlockReference in ...

    How to fetch the data of the BlockReference in Aspose.cad for dotnet of a dwg file....can refer to the official documentation on getting block attribute...CadEntityTypeName.INSERT) { CadInsertObject insert = (CadInsertObject)baseEntity;...

    forum.aspose.com/t/how-to-fetch-the-data-of-the...
  7. StructuredDocumentTag.date_storage_format prope...

    StructuredDocumentTag.date_storage_format property. Gets/sets format in which the date for a date SDT is stored when the SDT is bound to an XML node in the document's data store...bound to an XML node in the document’s data store. Default value...structured document tag. doc = aw . Document () # Insert a structured...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_UseLegacyOrder method. True indicates that a text search is performed sequentially from top to bottom considering the text boxes. Default value is false in C++....{ auto doc = MakeObject < Document > (); auto builder = MakeObject...DocumentBuilder > ( doc ); // Insert three runs which we can search...

    reference.aspose.com/words/cpp/aspose.words.rep...
  9. Aspose::Words::Fields::GeneralFormatCollection:...

    Aspose::Words::Fields::GeneralFormatCollection::Add method. Adds a general format to the collection in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...( doc ); // Use a document builder to insert a field that displays...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. SignatureLineOptions.signer_title property | As...

    SignatureLineOptions.signer_title property. Gets or sets suggested signer's title...add a signature line to a document, and then sign it using a...src_document_path = MY_DIR + "Document.docx" dst_document_path...

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