Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 42,726 for

shape

(0.07 sec)
  1. Slide Transition|Aspose.Slides Documentation

    PowerPoint slide transition, PowerPoint morph transition in Java... get_Item ( 0 )); IShape shape = presentation . getSlides ()...( 0 ); shape . setX ( shape . getX () + 100 ); shape . setY (...

    docs.aspose.com/slides/androidjava/slide-transi...
  2. Managing Tags and Custom Data|Aspose.Slides Doc...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....dispose (); } Or any individual Shape : Presentation pres = new Presentation...get_Item ( 0 ); IAutoShape shape = slide . getShapes (). addAutoShape...

    docs.aspose.com/slides/androidjava/managing-tag...
  3. Aspose::Words::Drawing::TextBox::get_FitShapeTo...

    Aspose::Words::Drawing::TextBox::get_FitShapeToText method. Determines whether Microsoft Word will grow the Shape to fit text in C++....Microsoft Word will grow the shape to fit text. bool Aspose ::...DocumentBuilder > ( doc ); SharedPtr < Shape > textBoxShape = builder ->...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. OleControl class | Aspose.Words for Python

    aspose.words.drawing.ole.OleControl class. Represents OLE ActiveX control...docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () ole_control = shape . ole_format . ole_control...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Picture Frame|Aspose.Slides Documentation

    Add a picture frame to a PowerPoint presentation in Java...Hide ] A picture frame is a shape that contains an image—it is...that will be used to fill the shape. Specify the image’s width and...

    docs.aspose.com/slides/androidjava/picture-frame/
  6. Manage Hyperlinks|Aspose.Slides for Node.js via...

    How to add hyperlink to a PowerPoint Presentation in JavaScript...Links to websites inside texts, shapes, or media Links to slides Aspose...} Adding URL Hyperlinks to Shapes or Frames This sample code...

    docs.aspose.com/slides/nodejs-java/manage-hyper...
  7. 将自定义样式表应用于 Ruby 中的 Visio Diagram|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....() 我 = 0 当我 < shapes . getCount () shape = shapes . get ( i ) if...if shape . getNameU () == "Process" source_shape = shape break...

    docs.aspose.com/diagram/zh/java/apply-custom-st...
  8. 用C++读取形状发光效果的颜色|Documentation

    学习如何使用 Aspose.Cells for C++ 读取任何形状发光效果的颜色。...可能的使用场景 如果您想要阅读任何形状的发光效果的颜色,请使用 Shape.Glow.Color 属性。这将帮助您找到与形状的发光效果的颜色相关的各种属性。...GetWorksheets (). Get ( 0 ); Shape shape = sheet . GetShapes (). Get...

    docs.aspose.com/cells/zh/cpp/read-color-of-shap...
  9. NodeList indexer | Aspose.Words for Python

    NodeList indexer. Retrieves a node at the given index....graph/Run' )) # Access the shape that contains the image we inserted...node_list = doc . select_nodes ( '//Shape' ) self . assertEqual ( 1 ,...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ChartDataPoint.format property | Aspose.Words f...

    ChartDataPoint.format property. Provides access to fill and line formatting of this data point....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 350 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...