Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 5,480 for

rotation

(0.04 sec)
  1. HtmlSaveOptions.imageResolution property | Aspo...

    HtmlSaveOptions.imageResolution property. Specifies the output resolution for images when exporting to HTML, MHTML or EPUB...properties such as cropping or rotation require saving transformed...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. HtmlSaveOptions.image_resolution property | Asp...

    HtmlSaveOptions.image_resolution property. Specifies the output resolution for images when exporting to HTML, MHTML or EPUB...properties such as cropping or rotation require saving transformed...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Remove Shape Protection|Documentation

    This section explains how to remove shape protection....height, x-position, y-position, rotation and more. Developers can achieve...

    docs.aspose.com/diagram/net/remove-shape-protec...
  4. ChartDataLabelCollection class | Aspose.Words f...

    Aspose.Words.Drawing.Charts.ChartDataLabelCollection class. Represents a collection of [ChartDataLabel](../chartdatalabel/)... rotation Gets or sets the rotation of the data labels...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 旋转单元格文本|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....); //Specify the angle of rotation of the text. _range . Orientation...(); // Specify the angle of rotation of the text. objstyle . RotationAngle...

    docs.aspose.com/cells/zh/net/rotating-cell-text/
  6. 使用Node.js via C++向PDF添加水印|Documentation

    学习如何在将Excel转换为PDF时,向PDF添加文本和图像水印,使用Aspose.Cells for Node.js via C++。... Center ); // specify rotation watermark . setRotation (...setOffsetY ( 200 ); // Specify rotation. watermark . setRotation (...

    docs.aspose.com/cells/zh/nodejs-cpp/add-waterma...
  7. Add Text Stamp to PDF using Python | Aspose.PDF

    Add text stamp to PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET....100 # Rotate stamp textStamp . rotate = ap . Rotation . ON90...

    products.aspose.com/pdf/python-net/stamps/text/
  8. Add Image Stamp to PDF using C++ | Aspose.PDF

    Add image stamp to PDF file programmatically with C++ sample code using Aspose.PDF for C++....); imageStamp -> set_Rotate ( Rotation :: on270 ); imageStamp...

    products.aspose.com/pdf/cpp/stamps/image/
  9. ShapeBase.distanceLeft property | Aspose.Words ...

    ShapeBase.distanceLeft property. Returns or sets the distance (in points) between the document text and the left edge of the shape....center of the page, and then rotate the shape 60 degrees clockwise...shape . left = 150 ; shape . rotation = 60 ; // Add text that will...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Add Header to PDF using C++ | Aspose.PDF

    Sample C++ code for using Aspose.PDF to work with headers from PDF via C++....100 ); textStamp -> set_Rotate ( Rotation :: on90 ); textStamp ->...

    products.aspose.com/pdf/cpp/header/