Sort Score
Result 10 results
Languages All
Labels All
Results 6,861 - 6,870 of 126,505 for

shape

(0.12 sec)
  1. TextBoxWrapMode enumeration | Aspose.Words for ...

    aspose.words.drawing.TextBoxWrapMode enumeration. Specifies how text wraps inside a Shape....Specifies how text wraps inside a shape. Members Name Description SQUARE...inside a shape. NONE Text does not wrap inside a shape. Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose.Cells for CPP 19.1 Release Notes|Documen...

    Aspose.Cells for CPP 19.1 Release Notes – the latest enhancements, new features, and fixes....Category CELLSCPP-187 Save shape to image format New Feature...strong & weak reference in Shape type Bug CELLSCPP-124 Remove...

    docs.aspose.com/cells/cpp/aspose-cells-for-cpp-...
  3. During Email to PDF export, part of the inline ...

    I am using Aspose Total 24.4.1 Our code for Email2PDF is public static void email2pdf(final String emailFilename, final String targetPDFname, final Properties properties) throws Exception { final MailMessa…...resize shape with the image before saving to pdf: for (Shape shape...(Iterable<Shape>) document.getChildNodes(NodeType.SHAPE, true))...

    forum.aspose.com/t/during-email-to-pdf-export-p...
  4. Center | Aspose.PSD for .NET API Reference

    Center CurveShape.Center property Gets the Shape’s center. public override PointF Center { get ; } Property Value The......Center property Gets the shape’s center. public override PointF...get ; } Property Value The shape’s center. See Also struct PointF...

    reference.aspose.com/psd/net/aspose.psd.shapes/...
  5. AddModernComment | Aspose.Sildes for .NET API R...

    Add new modern comment at the end of a collection....text , ISlide slide , IShape shape , PointF position , DateTime...a new modern comment. shape IShape Shape on a slide to which a...

    reference.aspose.com/slides/net/aspose.slides/i...
  6. Aspose::Cells::Drawing::ShapeGuide class | Aspo...

    Aspose::Cells::Drawing::ShapeGuide class. Encapsulates a Shape guide specifies the presence of a Shape guide that will be used to govern the geometry of the specified Shape in C++....Encapsulates a shape guide specifies the presence of a shape guide that...the geometry of the specified shape. class ShapeGuide : public Aspose...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  7. OleFormat.prog_id property | Aspose.Words for P...

    OleFormat.prog_id property. Gets or sets the ProgID of the OLE object....docm' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () # The OLE object in the first shape is a Microsoft...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Add WordArt Watermark to Worksheet|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....make the text fit a preset shape, or apply the text to an Excel...shows how to add a WordArt shape to set a background watermark...

    docs.aspose.com/cells/java/add-wordart-watermar...
  9. IChartDataPoint.Bubble3D | Aspose.Words for .NE...

    IChartDataPoint 财产. 指定气泡图中的气泡是否应应用 3D 效果...DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 350 ); Chart chart = shape . Chart ; Assert . AreEqual...

    reference.aspose.com/words/zh/net/aspose.words....
  10. How to get the pictures with size and (x,y) pos...

    Hi, Support: I want to extract all the inserted pictures with (w,h) and (x,y) at a given row, and get the (x,y) of the Cells(Row,Column), how to reach them? By using following code: Dim Shapes = SrcExcel.Worksheets(0)…...code: Dim Shapes = SrcExcel.Worksheets(0).Shapes If Shape.GetType...picture”) Then x= Shape.X y= Shape.X w= Shape.Width h= Shape.Height End...

    forum.aspose.com/t/how-to-get-the-pictures-with...