Sort Score
Result 10 results
Languages All
Labels All
Results 2,961 - 2,970 of 12,967 for

shape

(0.08 sec)
  1. Aspose::Words::Drawing::Charts::AxisTickMark en...

    Aspose::Words::Drawing::Charts::AxisTickMark enum. Specifies the possible positions for tick marks in C++....> ( doc ); SharedPtr < Shape > shape = builder -> InsertChart...SharedPtr < Chart > chart = shape -> get_Chart (); // Clear the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Animated Text|Aspose.Slides for Python Document...

    Add animated text and effects to PowerPoint presentation in Python... shapes [ 0 ] paragraph = autoShape...effects to another paragraph or shape. Aspose.Slides for Python via...

    docs.aspose.com/slides/python-net/animated-text/
  3. VectorShapeBoundingBox | Aspose.PSD for .NET AP...

    VectorShapeBoundingBox Contents [ Hide ] VectorShapeBoundingBox class Defines vector Shape bounding box class. public......VectorShapeBoundingB class Defines vector shape bounding box class. public sealed...Gets or sets the bounds of the shape bounding box. Left { get; set;...

    reference.aspose.com/psd/net/aspose.psd.filefor...
  4. ChartMarker.symbol property | Aspose.Words for ...

    ChartMarker.symbol property. Gets or sets chart marker symbol.... DocumentBuilder ( doc ) shape = builder . insert_chart ( aw...LINE , 500 , 350 ) chart = shape . chart self . assertEqual (...

    reference.aspose.com/words/python-net/aspose.wo...
  5. IChartDataPoint.invert_if_negative property | A...

    IChartDataPoint.invert_if_negative property. Specifies whether the parent element shall inverts its colors if the value is negative.... DocumentBuilder ( doc ) shape = builder . insert_chart ( aw...LINE , 500 , 350 ) chart = shape . chart self . assertEqual (...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ChartMarker.size property | Aspose.Words for Py...

    ChartMarker.size property. Gets or sets chart marker size... DocumentBuilder ( doc ) shape = builder . insert_chart ( aw...LINE , 500 , 350 ) chart = shape . chart self . assertEqual (...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Drawing::ShapeBase::get_Hidden m...

    Aspose::Words::Drawing::ShapeBase::get_Hidden method. Gets a boolean value indicating whether the Shape is visible in C++....value indicating whether the shape is visible. bool Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. 组|Aspose.Slides 文档

    在C#或.NET中将组形状添加到PowerPoint演示文稿... Shapes ; // 向幻灯片添加组形状 IGroupShape...在添加的组形状内部添加形状 groupShape . Shapes . AddAutoShape ( ShapeType...

    docs.aspose.com/slides/zh/net/group/
  9. Forms2OleControlType | Aspose.Words for Java

    Enumerates types of Forms 2.0 controls in Java....docx"); Shape shape = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...checkBoxControl = (CheckBoxControl)shape.getOleFormat().getOleControl();...

    reference.aspose.com/words/java/com.aspose.word...
  10. EditableRangeStart | Aspose.Words for Java

    Represents a start of an editable range in a Word document in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

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