Sort Score
Result 10 results
Languages All
Labels All
Results 4,581 - 4,590 of 18,516 for

insert documents

(0.06 sec)
  1. Aspose::Words::Themes::ThemeColors::get_Dark1 m...

    Aspose::Words::Themes::ThemeColors::get_Dark1 method. Specifies color Dark 1 in C++....MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Theme...object gives us access to the document theme, a source of default...

    reference.aspose.com/words/cpp/aspose.words.the...
  2. Aspose::Words::Themes::ThemeColors::get_Light2 ...

    Aspose::Words::Themes::ThemeColors::get_Light2 method. Specifies color Light 2 in C++....MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Theme...object gives us access to the document theme, a source of default...

    reference.aspose.com/words/cpp/aspose.words.the...
  3. Aspose::Words::Themes::ThemeColors::get_Light1 ...

    Aspose::Words::Themes::ThemeColors::get_Light1 method. Specifies color Light 1 in C++....MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Theme...object gives us access to the document theme, a source of default...

    reference.aspose.com/words/cpp/aspose.words.the...
  4. Aspose::Words::Themes::ThemeColors::get_Dark2 m...

    Aspose::Words::Themes::ThemeColors::get_Dark2 method. Specifies color Dark 2 in C++....MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Theme...object gives us access to the document theme, a source of default...

    reference.aspose.com/words/cpp/aspose.words.the...
  5. FieldAdvance.horizontal_position property | Asp...

    FieldAdvance.horizontal_position property. 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.... Examples Shows how to insert an ADVANCE field, and edit...its properties. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Drawing::Charts::BubbleSizeColle...

    Aspose::Words::Drawing::Charts::BubbleSizeCollection::get_FormatCode method. Gets or sets the format code applied to the bubble sizes in C++....MakeObject < Aspose :: Words :: Document > (); auto builder = System...DocumentBuilder > ( doc ); // Insert a Bubble chart. System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::Drawing::Charts::ChartXValueColl...

    Aspose::Words::Drawing::Charts::ChartXValueCollection::get_FormatCode method. Gets or sets the format code applied to the X values in C++....MakeObject < Aspose :: Words :: Document > (); auto builder = System...DocumentBuilder > ( doc ); // Insert a Bubble chart. System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Document.theme property | Aspose.Words for Python

    Document.theme property. Gets the [Document.theme](./) object for this document....property Document.theme property Gets the Document.theme object...object for this document. @property def theme ( self ) -> aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Story::get_LastParagraph method ...

    Aspose::Words::Story::get_LastParagraph method. Gets the last paragraph in the story in C++....MakeObject < Aspose :: Words :: Document > (); auto builder = System...Writeln ( u "Run 1. " ); // The document builder has a cursor, which...

    reference.aspose.com/words/cpp/aspose.words/sto...
  10. Navigation with Cursor in C#|Aspose.Words for .NET

    Navigate between different nodes within a document, such as a paragraph, bookmark, or a specific character using C#....Hide ] While working with a document, even if it is a short or...need to navigate through your document. Navigation with a virtual...

    docs.aspose.com/words/net/navigation-with-cursor/