Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 5,079 for

shape position

(0.12 sec)
  1. ChartLegend.format property | Aspose.Words for ...

    ChartLegend.format property. Provides access to fill and line formatting of the legend....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...432 , height = 252 ) chart = shape . chart # Delete series generated...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Add WordArt Watermark to Chart with Golang via ...

    Learn how to use Aspose.Cells for C++ to add a WordArt watermark to a chart in Microsoft Excel. Our guide will demonstrate how to create and Position a WordArt watermark to enhance the visual appeal and uniqueness of your chart....make the text fit a preset shape, or apply the effect to a chart’s...object that you can move or position in your spreadsheets to add...

    docs.aspose.com/cells/go-cpp/add-wordart-waterm...
  3. ChartLegend.format property | Aspose.Words for ...

    ChartLegend.format property. Provides access to fill and line formatting of the legend....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 432 , 252 ); let chart = shape . chart ; // Delete series generated...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions....IsGrouped determines whether a shape is grouped. Added the Aspose...parent GroupShape object if a shape is grouped. Otherwise it returns...

    docs.aspose.com/slides/net/public-api-and-backw...
  5. Add WordArt Watermark to Worksheet with Golang ...

    Learn how to add WordArt watermarks to Excel worksheets using Aspose.Cells for C++....text, make text fit a preset shape, or apply text to an Excel sheet...object that you can move or position in spreadsheets to add decoration...

    docs.aspose.com/cells/go-cpp/add-wordart-waterm...
  6. Aspose::Words::Drawing::GroupShape class | Aspo...

    Aspose::Words::Drawing::GroupShape class. Represents a group of Shapes in a document. To learn more, visit the documentation article in C++....class Represents a group of shapes in a document. To learn more...visit the How to Add Group Shape into a Word Document documentation...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. ChartFormat class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartFormat class. Represents the formatting of a chart element... shape_type Gets or sets the shape type of the parent...DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 如何生成一个竖向的文本框,并且插入的富文本内容需要旋转 -90 度 - Free Suppor...

    我使用words.java 试图在word中生成类似sidebar的功能,插入的竖向形状后插入富文本内容,我想知道怎么才能把富文本中的文字和图片都旋转 -90 ° 并保持内容正确,以下是我的代码 private void insertSidebarIntoHeader(Document document, HeaderFooter header, String htmlContent) throws Exception { …...CRITICAL: Create a DrawingML Shape using RECTANGLE (not TEXT_BOX)...rotatable shape with full UI support Shape sidebar = new Shape(document...

    forum.aspose.com/t/topic/324972
  9. DocumentBuilder.insert_forms_2_ole_control meth...

    DocumentBuilder.insert_forms_2_ole_control method. Inserts [Forms2OleControl](../../../aspose.words.drawing.ole/forms2olecontrol/) object into current Position....Forms2OleControl object into current position. def insert_forms_2_ole_control...forms_2_ole_control Forms2OleControl Returns Shape object that contains passed...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Get image x,y and width and height with out fig...

    Chapter09.docx (468.6 KB) MS Drawing tools doc file image size get....iterating through the document’s shapes. Solution You can loop through...through the document’s shapes and check if they are images. For...

    forum.aspose.com/t/get-image-x-y-and-width-and-...