Sort Score
Result 10 results
Languages All
Labels All
Results 1,351 - 1,360 of 139,461 for

shape

(0.15 sec)
  1. GroupBox | Aspose.Cells for Java API Reference

    Encapsulates the object that represents a groupbox in a spreadsheet....Shape public class GroupBox extends Shape Encapsulates...address) Adds a hyperlink to the shape. alignTopRightCorner(int topRow...

    reference.aspose.com/cells/java/com.aspose.cell...
  2. ForEach.ForEachShapeCallback | Aspose.Slides fo...

    ForEach.ForEachShapeCallback public static interface ForEach.ForEachShapeCallback Methods Method Description invoke(S......Method Description invoke(Shape shape, BaseSlide slide, int index)...for each Shape in the Presentation . invoke(Shape shape, BaseSlide...

    reference.aspose.com/slides/androidjava/com.asp...
  3. RelativeVerticalPosition Enum | Aspose.Words fo...

    Aspose.Words.Drawing.RelativeVerticalPosition enum. Specifies to what the vertical position of a Shape or text frame is relative in C#....the vertical position of a shape or text frame is relative. public...it to the page's center. Shape shape = builder . InsertImage (...

    reference.aspose.com/words/net/aspose.words.dra...
  4. TextBox | Aspose.Cells for Java API Reference

    Encapsulates the object that represents a textbox in a spreadsheet....Shape public class TextBox extends Shape Encapsulates...address) Adds a hyperlink to the shape. alignTopRightCorner(int topRow...

    reference.aspose.com/cells/java/com.aspose.cell...
  5. RelativeHorizontalSize Enum | Aspose.Words for ...

    Aspose.Words.Drawing.RelativeHorizontalSize enum. Specifies relatively to what the width of a Shape or a text frame is calculated horizontally in C#....relatively to what the width of a shape or a text frame is calculated...simple shape with absolute size and position. Shape shape = builder...

    reference.aspose.com/words/net/aspose.words.dra...
  6. RelativeVerticalSize Enum | Aspose.Words for .NET

    Aspose.Words.Drawing.RelativeVerticalSize enum. Specifies relatively to what the height of a Shape or a text frame is calculated vertically in C#....relatively to what the height of a shape or a text frame is calculated...simple shape with absolute size and position. Shape shape = builder...

    reference.aspose.com/words/net/aspose.words.dra...
  7. IHtmlFormattingController | Aspose.Slides for A...

    Controls a html file generation....generator, IShape shape) Called before shape’s rendering. wri...generator, IShape shape) Called before shape’s rendering. wri...

    reference.aspose.com/slides/androidjava/com.asp...
  8. ShapeBase.is_inline property | Aspose.Words for...

    ShapeBase.is_inline property. A quick way to determine if this Shape is positioned inline with text....quick way to determine if this shape is positioned inline with text...Has effect only for top level shapes. Examples Shows how to determine...

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

    Aspose::Words::Drawing::ShapeBase::get_Bounds method. Gets or sets the location and size of the containing block of the Shape in C++....the containing block of the shape. System :: Drawing :: RectangleF...upon setting. For a top-level shape, the value is in points and...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. ShadowFormat | Aspose.Words for Java

    Represents shadow formatting for an object in Java....docx"); Shape shape = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...ShadowFormat shadowFormat = shape.getShadowFormat(); Assert.assertEquals(Color...

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