Sort Score
Result 10 results
Languages All
Labels All
Results 6,631 - 6,640 of 20,032 for

document insertion

(0.15 sec)
  1. ChartDataLabelCollection.rotation property | As...

    ChartDataLabelCollection.rotation property. Gets or sets the rotation of the data labels of the entire series in degrees.... Document () builder = aw . DocumentBuilder...doc = doc ) shape = builder . insert_chart ( chart_type = aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ChartLegend.format property | Aspose.Words for ...

    ChartLegend.format property. Provides access to fill and line formatting of the legend.... Document () builder = aw . DocumentBuilder...doc = doc ) shape = builder . insert_chart ( chart_type = aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Drawing::GradientStop class | As...

    Aspose::Words::Drawing::GradientStop class. Represents one gradient stop. To learn more, visit the Documentation article in C++....Working with Graphic Elements documentation article. class GradientStop...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Aspose::Words::Fields::FieldBuilder::AddSwitch ...

    Aspose::Words::Fields::FieldBuilder::AddSwitch method. Adds a field's switch in C++....builder, and then insert them into the document. auto doc = System...MakeObject < Aspose :: Words :: Document > (); // Below are three examples...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. FieldUserAddress.user_address property | Aspose...

    FieldUserAddress.user_address property. Gets or sets the current user's postal address.... Document () # Create a UserInformation...field_user_address = builder . insert_field ( field_type = aw . fields...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ChartDataLabelCollection.show_bubble_size prope...

    ChartDataLabelCollection.show_bubble_size property. Allows to specify whether bubble size is to be displayed for the data labels of the entire series... Document () builder = aw . DocumentBuilder...doc = doc ) chart = builder . insert_chart ( chart_type = aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  7. How to Add Circle to PDF using C#

    This article assists to add circle to PDF using C#. It contains all the details for the environment settings, flow of the program and a runnable sample code to insert circle in PDF using C#....Create a PDF file using the Document object and add a page to it...process to add circle to PDF document using C# such that all the...

    kb.aspose.com/pdf/net/how-to-add-circle-to-pdf-...
  8. VerticalAlignment enumeration | Aspose.Words fo...

    aspose.words.drawing.VerticalAlignment enumeration. Specifies vertical alignment of a floating shape, text frame or a floating table.... INLINE Not documented. Seems to be a possible value...NONE . Examples Shows how to insert a floating image to the center...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Tables::Table::get_RelativeVerti...

    Aspose::Words::Tables::Table::get_RelativeVerticalAlignment method. Gets or sets floating table relative vertical alignment in C++....MakeObject < Aspose :: Words :: Document > (); auto builder = System...paragraph's location where we inserted the table. table -> set_AbsoluteVerticalDist...

    reference.aspose.com/words/cpp/aspose.words.tab...
  10. ChartDataLabelPosition | Aspose.Words for Java

    Specifies the position for a chart data label in Java.... Document doc = new Document(); DocumentBuilder...new DocumentBuilder(doc); // Insert column chart. Shape shape =...

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