Sort Score
Result 10 results
Languages All
Labels All
Results 2,451 - 2,460 of 48,453 for

shape

(0.26 sec)
  1. AxisTickLabels.rotation property | Aspose.Words...

    AxisTickLabels.rotation property. Gets or sets the rotation of the tick labels in degrees.... let shape = builder . insertChart ( aw..., 252 ); let xTickLabels = shape . chart . axisX . tickLabels...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 检索连接器信息|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.... Show ( "\nFrom Shape ID : " + Connect . FromSheet...); MessageBox . Show ( "To Shape ID : " + Connect . ToSheet );...

    docs.aspose.com/diagram/zh/net/retrieving-conne...
  3. Public API Changes in Aspose.Cells 8.3.0|Docume...

    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....csv" , options ); Added Shape.Id Property The property Id...added to the Shape class to uniquely identify each shape object in...

    docs.aspose.com/cells/net/public-api-changes-in...
  4. Regarding delete images in client side - Free S...

    Is there any chance to delete the images in client level....that contain images (such as Shape nodes with ShapeType.Image or...csharp\nNodeCollection shapes = doc.GetChildNodes(NodeType.Shape, true);\nforeach...

    forum.aspose.com/t/regarding-delete-images-in-c...
  5. Aspose::Words::DocumentBase::set_BackgroundShap...

    Aspose::Words::DocumentBase::set_BackgroundShape method. Setter for Aspose::Words::DocumentBase::get_BackgroundShape in C++....Drawing :: Shape > & value ) See Also Class Shape Class DocumentBase...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. 管理 SmartArt 形状|Aspose.Slides for PHP 文档

    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....get_Item ( 0 ) -> getShapes () as $shape ) { # 检查形状是否为 SmartArt 类型 if...if ( java_instanceof ( $shape , new JavaClass ( "com.aspose.slides...

    docs.aspose.com/slides/zh/php-java/manage-smart...
  7. 用C++改变Excel文本框或形状的字符间距|Documentation

    学习如何用Aspose.Cells和C++改变Excel文本框或形状的字符间距。...also a shape object from shapes collection Shape shape = wb ....GetCharacters() method FontSetting fs = shape . GetRichFormattings ()[ 0 ];...

    docs.aspose.com/cells/zh/cpp/change-character-s...
  8. Set the style of the text in a visio page with ...

    Learn how to set the style of the text in a visio page with Aspose.Diagram....code shows how to add text to shape //ExStepImage:0:step-1.png //ExStepSummary:1:... 5, 7, 5); Shape shape = diagram.Pages[0].Shapes.GetShape(shapeId);...

    products.aspose.com/diagram/tutorial/set-text-s...
  9. 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...
  10. Incorrect position of text boxes rotated to 90 ...

    Incorrect position of text boxes rotated to 90 and 270 deg after changing text wrap to NONE. Code snippet: Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc); builder.w…...colors at the same position Shape textBoxShape1 = builder.insertShape(ShapeType... 150, 100, WrapType.NONE); Shape textBoxShape2 = builder.insertShape(ShapeType...

    forum.aspose.com/t/incorrect-position-of-text-b...