Sort Score
Result 10 results
Languages All
Labels All
Results 4,221 - 4,230 of 43,024 for

shape

(0.07 sec)
  1. Video Frame|Aspose.Slides for PHP Documentation

    Add Video frame to PowerPoint presentation...getShapes () as $shape ) { if ( java_instanceof ( $shape , new JavaClass...slides.VideoFrame" ))) { $vf = $shape ; $type = $vf -> getEmbeddedVideo...

    docs.aspose.com/slides/php-java/video-frame/
  2. DocumentVisitor.VisitTableEnd | Aspose.Words fo...

    Explore the DocumentVisitor VisitTableEnd method, which efficiently signals the end of table enumeration, enhancing your coding experience....<summary> /// Called when a Shape is encountered in the document...VisitShapeStart ( Shape shape ) { if ( shape . Font . Hidden ) shape . Remove...

    reference.aspose.com/words/net/aspose.words/doc...
  3. DocumentVisitor.VisitParagraphStart | Aspose.Wo...

    Discover the DocumentVisitor VisitParagraphStart method, essential for efficiently managing paragraph enumeration in your applications. Enhance your coding skills!...<summary> /// Called when a Shape is encountered in the document...VisitShapeStart ( Shape shape ) { if ( shape . Font . Hidden ) shape . Remove...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Aspose::Words::Themes::ThemeColors class | Aspo...

    Aspose::Words::Themes::ThemeColors class. Represents the color scheme of the document theme which contains twelve colors. ThemeColors object contains six accent colors, two dark colors, two light colors and a color for each of a hyperlink and followed hyperlink in C++....insert a shape, and then set a color for it via "Shape Format"...Format" -> "Shape Styles". System :: SharedPtr < Aspose :: Words ::...

    reference.aspose.com/words/cpp/aspose.words.the...
  5. Aspose::Words::Drawing::Charts::AxisTickLabels ...

    Aspose::Words::Drawing::Charts::AxisTickLabels class. Represents properties of axis tick mark labels in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); // Clear the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Adjustment.value property | Aspose.Words for No...

    Adjustment.value property. Gets or sets the raw value of the adjustment....for calculations within the shape guides. See Also module Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Story | Aspose.Words for Java

    Base class for elements that contain block-level nodes Paragraph and Table in Java....Examples: Shows how to remove all shapes from a node. Document doc =...DocumentBuilder to insert a shape. This is an inline shape, // which has a...

    reference.aspose.com/words/java/com.aspose.word...
  8. Draw shapes in PS files | API for .NET

    .NET API Solution PS, XPS and EPS files. Learn how to draw geometrical Shapes in a PS file with the attached C# code snippet....NET Add shapes to PS Add geometrical figures...NET API solution to work with shapes of PS files Aspose.Page for...

    products.aspose.com/page/net/add-shapes-to-ps/
  9. 连接器|Aspose.Slides 文档

    在 Java 中连接 PowerPoint 形状... 使用 Shapes 对象提供的 addAutoShape 方法向幻灯片添加两个...方法向幻灯片添加两个 AutoShape 。 通过定义连接器类型使用 Shapes 对象提供的 addConnector 方法添加连接器。...

    docs.aspose.com/slides/zh/java/connector/
  10. Manage Cells|Aspose.Slides Documentation

    Table cells in PowerPoint presentations in C# or .NET... Shapes [ 0 ] as ITable ; // assuming...assuming that Slide#0.Shape#0 is a table for ( int i = 0 ; i < table...

    docs.aspose.com/slides/net/manage-cells/