Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 43,064 for

shape

(0.07 sec)
  1. Aspose::Words::Drawing::Adjustment::get_Name me...

    Aspose::Words::Drawing::Adjustment::get_Name method. Gets the name of the adjustment in C++...."Rounded rectangle shape.docx" ); auto shape = System :: ExplicitCast...Aspose :: Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Chart | Aspose.Words for Java

    Provides access to the chart Shape properties in Java....Provides access to the chart shape properties. To learn more, visit...chart shape with a document builder and get its chart. Shape chartShape...

    reference.aspose.com/words/java/com.aspose.word...
  3. Working with Geometry Section|Documentation

    This section explains how to get geometry of Visio using Aspose.Diagram...Section in the ShapeSheet Any shape in Microsoft Office Visio is...different component of the shape. Most shapes have just one geometry...

    docs.aspose.com/diagram/net/working-with-geomet...
  4. ChartAxisTitle | Aspose.Words for Java

    Provides access to the axis title properties in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...432.0, 252.0); Chart chart = shape.getChart(); ChartSeriesCollectio...

    reference.aspose.com/words/java/com.aspose.word...
  5. Aspose::Words::Drawing::TextBox::get_Parent met...

    Aspose::Words::Drawing::TextBox::get_Parent method. Gets a parent Shape for the TextBox in C++....TextBox::get_Parent method Gets a parent shape for the TextBox . System ::...Aspose :: Words :: Drawing :: Shape > Aspose :: Words :: Drawing...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Compress DOC In Java

    Compress DOC in Java without losing quality. Optimize DOC content, reduce file size easily....SHAPE, true ); for (Shape shape : (Iterable<Shape>) nodes)...nodes) { if (shape.isImage()) { // It's up to developer to choose...

    products.aspose.com/words/java/compress/doc/
  7. Working with Watermark in Java|Aspose.Words for...

    Document watermark manipulation using Java....can also be inserted using shape class as well. It is very easy...easy to insert any shape or image into a header or footer and...

    docs.aspose.com/words/java/working-with-watermark/
  8. Update,Remove Fields|Documentation

    This section explains how to update or remve fields....field property, exposed by the Shape class supports a collection...piece of code update field in shape. Remove Field The following...

    docs.aspose.com/diagram/java/update-remove-fields/
  9. Update,Remove Fields|Documentation

    This section explains how to update or remve fields....field property, exposed by the Shape class supports a collection...piece of code update field in shape. Remove Field The following...

    docs.aspose.com/diagram/net/update-remove-fields/
  10. Aspose.Slides for C++: paragraph->GetRect() Thr...

    Using aspose 25 version, when trying to access paragraph->GetRect();, it throws exception: System::NullReferenceException: Object reference not set to an instance of an object. Attached ppt: Test1.pptx.zip (255.3 KB…...code snippet: auto textFrame = shape->get_TextFrame(); std::string...is null, it means that the shape does not contain any text. auto...

    forum.aspose.com/t/aspose-slides-for-c-paragrap...