Sort Score
Result 10 results
Languages All
Labels All
Results 4,021 - 4,030 of 42,857 for

shape

(0.08 sec)
  1. 在 Excel 中使用 C++ 更改批注背景色的方法|Documentation

    如何更改 Excel 批注中的颜色。以及如何使用 C++ 在批注中插入图片或图像。...CommentShape shape = comment . GetCommentShape (); shape . GetFill...bytes // Set image data to the shape associated with the comment...

    docs.aspose.com/cells/zh/cpp/how-to-set-comment...
  2. Working with Visual Brush in XPS file | Python

    How to work with visual brush of an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...are used to fill or stroke shapes with visual content, such as...appearance of a shape or path. When applied to a shape, the visual...

    docs.aspose.com/page/python-net/xps/working-wit...
  3. 演示文稿的页眉和页脚|Aspose.Slides 文档

    使用Aspose.Slides在PowerPoint中处理页眉和页脚。...auto & shape : System :: IterateOver ( master -> get_Shapes ()))...if ( shape -> get_Placeholder () != nullptr ) { if ( shape -> get_Placeholder...

    docs.aspose.com/slides/zh/cpp/presentation-head...
  4. Presentation-to-Image Conversion in C# Is Not P...

    I am using a pptx file and converting it to images. The images are not correct. Note that this works fine on windows but fails on Ubuntu linux servers. The images are created but are missing parts of the slide. I am usin…...Shapes .Select(shape => GetTitle(shape, maxTitleLength))...GetTitle(IShape shape, int maxTitleLength) { if (IsTitleShape(shape)) { var...

    forum.aspose.com/t/presentation-to-image-conver...
  5. Օպտիմալացնել Ֆայլի Բովանդակությունը՝ Օգտագործել...

    Սեղմեք ֆայլերը Python...cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/hy/python-net/compress/
  6. Protect and Unprotect Diagrams in PHP|Documenta...

    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....Protect and Unprotect a Visio Shape in PHP...

    docs.aspose.com/diagram/java/protect-and-unprot...
  7. Aspose::Words::SpecialChar class | Aspose.Words...

    Aspose::Words::SpecialChar class. Base class for special characters in the document. To learn more, visit the documentation article in C++....represent fields, form fields, shapes, OLE objects, footnotes etc...SharedPtr < Shape > shape ) override { if ( shape -> get_Font...

    reference.aspose.com/words/cpp/aspose.words/spe...
  8. DocumentVisitor | Aspose.Words for Java

    Base class for custom document visitors in Java....when enumeration of a group shape has ended. visitGroupShapeStart(GroupShape...when enumeration of a group shape has started. visitHeaderFooterEnd(HeaderFooter...

    reference.aspose.com/words/java/com.aspose.word...
  9. 演示主题|Aspose.Slides 文档

    Java中的PowerPoint演示主题...Presentation (); try { IAutoShape shape = pres . getSlides (). get_Item...Rectangle , 10 , 10 , 100 , 100 ); shape . getFillFormat (). setFillType...

    docs.aspose.com/slides/zh/java/presentation-theme/
  10. GlossaryDocument | Aspose.Words for Java

    Represents the root element for a glossary document within a Word document in Java....getBackgroundShape() Gets the background shape of the document. getBuildingBlock(int...setBackgroundShape(Shape value) Sets the background shape of the document...

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