Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 43,063 for

shape

(0.07 sec)
  1. Public API Changes in Aspose.Cells 16.10.0|Docu...

    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....ReflectionEffect class along with Shape.Reflection property in order...the reflection effects of a Shape object. The ReflectionEffect...

    docs.aspose.com/cells/net/public-api-changes-in...
  2. HorizontalRuleAlignment Enum | Aspose.Words for...

    Discover the Aspose.Words.HorizontalRuleAlignment enum for precise control over horizontal rule alignment, enhancing your document formatting and design....to insert a horizontal rule shape, and customize its formatting...DocumentBuilder ( doc ); Shape shape = builder . InsertHorizontalRule...

    reference.aspose.com/words/net/aspose.words.dra...
  3. 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/
  4. 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/
  5. Aspose::Words::Drawing::ImageData::get_Brightne...

    Aspose::Words::Drawing::ImageData::get_Brightness method. Gets or sets the brightness of the picture. The value for this property must be a number from 0.0 (dimmest) to 1.0 (brightest) in C++....Examples Shows how to edit a shape’s image data. auto imgSourceDoc...Aspose :: Words :: Drawing :: Shape > ( imgSourceDoc -> GetChildNodes...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Aspose.words for java convert docx to pdf - Fre...

    Hello, I have a problem. In the zip file below, there is a doc file (eg: new .docx) containing an axial gradient pattern. When it is converted to pdf, the pattern becomes a path description (eg: new-path.pdf), Does your …...render the shape to image and replace the original shape. The simplified...DocumentBuilder(doc); Shape original = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...

    forum.aspose.com/t/aspose-words-for-java-conver...
  7. Aspose::Words::Drawing::OleFormat::get_OlePacka...

    Aspose::Words::Drawing::OleFormat::get_OlePackage method. Provide access to OlePackage if OLE object is an OLE Package. Returns null otherwise in C++....system by double-clicking on the shape that contains the OLE object...:: Words :: Drawing :: Shape > shape = builder -> InsertOleObject...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. ShapeBase.name property | Aspose.Words for Node.js

    ShapeBase.name property. Gets or sets the optional Shape name....property Gets or sets the optional shape name. get name () : string Remarks...Examples Shows how to use a shape’s alternative text. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 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...
  10. Node.NextPreOrder | Aspose.Words for .NET

    Discover the Node NextPreOrder method for efficient tree traversal. Learn how to retrieve the next node using the preorder algorithm effectively!...and delete any encountered shape with an image. Document doc...GetChildNodes ( NodeType . Shape , true ). OfType < Shape >(). Count ( s...

    reference.aspose.com/words/net/aspose.words/nod...