Sort Score
Result 10 results
Languages All
Labels All
Results 4,991 - 5,000 of 19,970 for

insert documents

(0.32 sec)
  1. ShapeBase.flipOrientation property | Aspose.Wor...

    ShapeBase.flipOrientation property. Switches 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...
  2. Several Image Into TXT C++

    Merge multiple Image into TXT in C++ code. Save Image as TXT using C++....example that iterates through documents and converts them to TXT:...}; auto doc = MakeObject <Document>(); auto builder = MakeObject...

    products.aspose.com/words/cpp/merge/image-to-txt/
  3. Several Image Into WORD C++

    Merge multiple Image into WORD in C++ code. Save Image as WORD using C++....example that iterates through documents and converts them to Word:...}; auto doc = MakeObject <Document>(); auto builder = MakeObject...

    products.aspose.com/words/cpp/merge/image-to-word/
  4. ParagraphFormat.spaceAfterAuto property | Aspos...

    ParagraphFormat.spaceAfterAuto property. True if the amount of spacing after the paragraph is set automatically.... Document (); let builder = new aw ...spaceBeforeAuto = autoSpacing ; // Insert two paragraphs that will have...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. AxisScaling.minimum property | Aspose.Words for...

    AxisScaling.minimum property. Gets or sets minimum value of the axis.... Examples Shows how to insert chart with date/time values...values. let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ChartAxis.hasMajorGridlines property | Aspose.W...

    ChartAxis.hasMajorGridlines property. Gets or sets a flag indicating whether the axis has major gridlines....boolean Examples Shows how to insert chart with date/time values...values. let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Incorrect position of text boxes rotated to 90 ...

    Incorrect position of text boxes rotated to 90 and 270 deg after changing text wrap to NONE. Code snippet: Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc); builder.w…... Code snippet: Document doc = new Document(); DocumentBuilder...of text for reference"); // Insert text boxes with different rotations...

    forum.aspose.com/t/incorrect-position-of-text-b...
  8. HtmlSaveOptions.ExportDropDownFormFieldAsText |...

    Discover how the HtmlSaveOptions ExportDropDownFormFieldAsText property enhances your HTML/MHTML exports by controlling dropdown field formats. Optimize your Documents!... Document doc = new Document (); DocumentBuilder...( doc ); // Use a document builder to insert a combo box with...

    reference.aspose.com/words/net/aspose.words.sav...
  9. FieldMergingArgsBase.RecordIndex | Aspose.Words...

    Discover the FieldMergingArgsBase RecordIndex property. Access the zero-based index of the merging record for enhanced data management and integration....get ; } Examples Shows how to insert checkbox form fields into MERGEFIELDs...InsertCheckBox () { Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.mai...
  10. ParagraphFormat.space_after_auto property | Asp...

    ParagraphFormat.space_after_auto property. True if the amount of spacing after the paragraph is set automatically.... Document () builder = aw . DocumentBuilder...space_before_auto = auto_spacing # Insert two paragraphs that will have...

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