Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 45,672 for

shape

(0.05 sec)
  1. Excel crash when open it - Free Support Forum -...

    Hello There, When i draw a Shape with below then excel is crashed i assigned width from ShapePathBottom.WidthPixel but it is return negative value below is sample code for draw a line Shape ShapePath ShapePathBottom …...Hello There, When i draw a shape with below then excel is crashed...sample code for draw a line shape ShapePath shapePathBottom =...

    forum.aspose.com/t/excel-crash-when-open-it/315455
  2. ShapeBase.name property | Aspose.Words for Python

    ShapeBase.name property. Gets or sets the optional Shape name....property Gets or sets the optional shape name. @property def name ( self...Examples Shows how to use a shape’s alternative text. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Drawing::OleFormat::get_SourceIt...

    Aspose::Words::Drawing::OleFormat::get_SourceItem method. Gets or sets a string that is used to identify the portion of the source file that is being linked in C++....Inserting OLE objects creates shapes that store these objects. System...:: Words :: Drawing :: Shape >> shapes = doc -> GetChildNodes...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Aspose::Words::Drawing::TextBox class | Aspose....

    Aspose::Words::Drawing::TextBox class. Defines attributes that specify how a text is displayed inside a Shape. To learn more, visit the documentation article in C++....inside a shape. To learn more, visit the Working with Shapes documentation...Microsoft Word will grow the shape to fit text. get_InternalMarginBottom...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Optimize File's Content Using Java

    Compress files in Java: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS without losing quality...Maximum Fast SuperFast Cache shapes ? // Repository path: https://releases...getChildNodes(NodeType.SHAPE, true ); for (Shape shape : (Iterable<Shape>) nodes)...

    products.aspose.com/words/java/compress/
  6. Compress HTML In Java

    Compress HTML in Java without losing quality. Optimize HTML 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/html/
  7. HorizontalAlignment enumeration | Aspose.Words ...

    Aspose.Words.Drawing.HorizontalAlignment enumeration. Specifies horizontal alignment of a floating Shape, text frame or floating table....horizontal alignment of a floating shape, text frame or floating table...it to the page's center. let shape = builder . insertImage ( base...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. OleControl | Aspose.Words for Java

    Represents OLE ActiveX control in Java....docx"); Shape shape = (Shape) doc.getChild(NodeType.SHAPE, 0, true);...true); OleControl oleControl = shape.getOleFormat().getOleControl();...

    reference.aspose.com/words/java/com.aspose.word...
  9. OfficeMathRenderer class | Aspose.Words for Python

    aspose.words.rendering.OfficeMathRenderer class. Provides methods to render an individual [OfficeMath](../../aspose.words.math/officemath/) to a raster or vector image or to a Graphics object...Gets the actual bounds of the shape in points. (Inherited from NodeRendererBase...Gets the opaque bounds of the shape in points. (Inherited from NodeRendererBase...

    reference.aspose.com/words/python-net/aspose.wo...
  10. TextureAlignment | Aspose.Words for Java

    Specifies the alignment for the tiling of the texture fill in Java....tiling the texture inside the shape. Document doc = new Document();...new DocumentBuilder(doc); Shape shape = builder.insertShape(ShapeType...

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