Sort Score
Result 10 results
Languages All
Labels All
Results 5,111 - 5,120 of 16,369 for

document insertion

(0.16 sec)
  1. Aspose::Words::Fields::FieldDatabase class | As...

    Aspose::Words::Fields::FieldDatabase class. Implements the DATABASE field. To learn more, visit the Documentation article in C++....the Working with Fields documentation article. class FieldDatabase...of the first data record to insert. get_Format () Gets a FieldFormat...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. FieldAdvance.UpOffset | Aspose.Words for .NET

    Discover how the FieldAdvance UpOffset property enhances text positioning in your Documents by adjusting subsequent text upwards for a polished look....set ; } Examples Shows how to insert an ADVANCE field, and edit...its properties. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Aspose::Words::Drawing::ShapeBase::get_Distance...

    Aspose::Words::Drawing::ShapeBase::get_DistanceLeft method. Returns or sets the distance (in points) between the Document text and the left edge of the shape in C++....distance (in points) between the document text and the left edge of...shape. auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Aspose::Words::Drawing::ShapeBase::get_Distance...

    Aspose::Words::Drawing::ShapeBase::get_DistanceBottom method. Returns or sets the distance (in points) between the Document text and the bottom edge of the shape in C++....distance (in points) between the document text and the bottom edge of...shape. auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Aspose::Words::Drawing::SignatureLine::get_Inst...

    Aspose::Words::Drawing::SignatureLine::get_Instructions method. Gets or sets instructions to the signer that are displayed on signing the signature line. This property is ignored if DefaultInstructions is set. Default value for this property is empty string in C++....for a signature and insert it into a document. auto doc = MakeObject...MakeObject < Document > (); auto builder = MakeObject < DocumentBuilder...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Aspose::Words::DocumentBuilder::InsertOleObject...

    Aspose::Words::DocumentBuilder::InsertOleObject method. Inserts an embedded OLE object from a stream into the Document in C++....tem::IO::Stream>&) method Inserts an embedded OLE object from...from a stream into the document. System :: SharedPtr < Aspose ::...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. ThemeFonts.complexScript property | Aspose.Word...

    ThemeFonts.complexScript property. Specifies font name for ComplexScript characters.... Document ( base . myDir + "Theme colors...object gives us access to the document theme, a source of default...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ThemeColors.accent2 property | Aspose.Words for...

    ThemeColors.accent2 property. Specifies color Accent 2.... Document ( base . myDir + "Theme colors...object gives us access to the document theme, a source of default...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Working with Charts in Java|Aspose.Words for Java

    Introduction to Chart feature, how to create and manipulate charts using Java....how to insert a simple column chart into the document using insertChart...insertChart method. How to Insert a Chart from Scratch using...

    docs.aspose.com/words/java/working-with-charts/
  10. VerticalAlignment | Aspose.Words for Java

    Specifies vertical alignment of a floating shape text frame or a floating table in Java.... Examples: Shows how to insert a floating image to the center...center of a page. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...