Sort Score
Result 10 results
Languages All
Labels All
Results 7,021 - 7,030 of 17,911 for

document insertion

(0.06 sec)
  1. TextPath.text_path_alignment property | Aspose....

    TextPath.text_path_alignment property. Defines the alignment of text....def insert_text_paths (): doc = aw . Document () # Insert a WordArt...save ( ARTIFACTS_DIR + 'Shape.insert_text_paths.docx' ) def append_word_art...

    reference.aspose.com/words/python-net/aspose.wo...
  2. TextPath.trim property | Aspose.Words for Python

    TextPath.trim property. Determines whether extra space is removed above and below the text....def insert_text_paths (): doc = aw . Document () # Insert a WordArt...save ( ARTIFACTS_DIR + 'Shape.insert_text_paths.docx' ) def append_word_art...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Fields::FieldAdvance::get_Horizo...

    Aspose::Words::Fields::FieldAdvance::get_HorizontalPosition method. Gets or sets the number of points by which the text that follows the field should be moved horizontally from the left edge of the column, frame, or text box in C++....n () Examples Shows how to insert an ADVANCE field, and edit...properties. auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Aspose::Words::Fields::FieldSeq::get_ResetNumbe...

    Aspose::Words::Fields::FieldSeq::get_ResetNumber method. Gets or sets an integer number to reset the sequence number to. Returns -1 if the number is absent in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject..."SequenceIdentifier" property. // Insert a SEQ field that will display...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. GeneralFormat | Aspose.Words for Java

    Specifies a general format that is applied to a numeric text or any field result in Java.... Document doc = new Document(); DocumentBuilder...DocumentBuilder(doc); // Use a document builder to insert a field that displays...

    reference.aspose.com/words/java/com.aspose.word...
  6. Convert images EPS to GIF via C# | products.asp...

    Sample code for EPS to GIF C# image conversion. Use API example code for batch EPS files to GIF conversion within VB.NET, Asp.NET or any .NET based application....Install-Package Visit our documentation for more details. How to...ability to insert EPS files into Office documents. Read More...

    products.aspose.com/imaging/net/conversion/eps-...
  7. Aspose::Words::Drawing::FlipOrientation enum | ...

    Aspose::Words::Drawing::FlipOrientation enum. Possible values for the orientation of a shape in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...DocumentBuilder > ( doc ); // Insert an image shape and leave its...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::Drawing::ShapeBase::get_FlipOrie...

    Aspose::Words::Drawing::ShapeBase::get_FlipOrientation method. Switches the orientation of a shape in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...DocumentBuilder > ( doc ); // Insert an image shape and leave its...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Aspose::Words::Drawing::Charts::ChartSeriesColl...

    Aspose::Words::Drawing::Charts::ChartSeriesCollection::Clear method. Removes all ChartSeries from this collection in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...DocumentBuilder > ( doc ); // Insert a column chart that will contain...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. FindReplaceOptions.useLegacyOrder property | As...

    FindReplaceOptions.useLegacyOrder property. True indicates that a text search is performed sequentially from top to bottom considering the text boxes... Document (); let builder = new aw ...DocumentBuilder ( doc ); // Insert three runs which we can search...

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