Sort Score
Result 10 results
Languages All
Labels All
Results 3,951 - 3,960 of 50,430 for

shape

(0.08 sec)
  1. How to apply/set text alignment to textbox|Docu...

    How to apply/set text alignment to textbox in Aspose.cells....some text inside a TextBox shape using appropriate HTML. The...Close Set Margins of Comment or Shape inside the Worksheet Analyzing...

    docs.aspose.com/cells/java/applying-text-alignm...
  2. 从 Stencil 添加母版|Documentation

    本节介绍如何从模板添加母版...represents a Visio drawing shape template. 使用方法 添加Master 在 Diagram...( src , masterName ) # Adds shape with defined PinX and PinY....

    docs.aspose.com/diagram/zh/python-java/add-mast...
  3. ChartTitle.Overlay | Aspose.Words for .NET

    Discover the ChartTitle Overlay property, control element overlap for clearer visuals. Enhance your charts effortlessly with this simple setting!...chart shape with a document builder and get its chart. Shape chartShape...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Aspose::Words::Drawing::Charts::AxisTickLabels:...

    Aspose::Words::Drawing::Charts::AxisTickLabels::get_Offset method. Gets or sets the distance of the tick labels from the axis in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); // Clear the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Aspose::Words::Drawing::Charts::AxisTickLabels:...

    Aspose::Words::Drawing::Charts::AxisTickLabels::get_Spacing method. Gets or sets the interval at which the tick labels are drawn in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); // Clear the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Aspose::Words::Drawing::Fill::Solid method | As...

    Aspose::Words::Drawing::Fill::Solid method. Sets the fill to a uniform color in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); // Delete series...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. ChartLegendEntry.is_hidden property | Aspose.Wo...

    ChartLegendEntry.is_hidden property. Gets or sets a value indicating whether this entry is hidden in the chart legend...DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...432 , height = 252 ) chart = shape . chart series = chart . series...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ChartAxis.number_format property | Aspose.Words...

    ChartAxis.number_format property. Returns a [ChartNumberFormat](../../chartnumberformat/) object that allows defining number formats for the axis....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...500 , height = 300 ) chart = shape . chart # Clear the chart's...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ShapeBase.shape_type property | Aspose.Words fo...

    ShapeBase.Shape_type property. Gets the Shape type....shape_type property ShapeBase.shape_type property Gets the shape...shape type. @property def shape_type ( self ) -> aspose . words...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Insertion of charts at a bookmark renders incor...

    Hi, I’m inserting a document at a bookmark location in another document. The document that I’m inserting contains a set of links that point to a range of cells in a dummy excel file. After insertion, I use another exce…...new Document(inputFile); List<Shape> oleObjects = AsposeDoc.GetChildNodes(Aspose...GetChildNodes(Aspose.Words.NodeType.Shape, true) .Cast<Shape>().Where(s => (s.OleFormat...

    forum.aspose.com/t/insertion-of-charts-at-a-boo...