Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 48,027 for

shape

(0.1 sec)
  1. ImlRenderingMode enumeration | Aspose.Words for...

    aspose.words.saving.ImlRenderingMode enumeration. Specifies how ink (InkML) objects are rendered to fixed page formats....Description FALLBACK If fall-back shape is available for ink (InkML)...Aspose.Words renders fall-back shape instead of the InkML. INK_ML...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Working with Images|Documentation

    This section explains how to insert or get image from a visio page with Aspose.Diagram.... The Shapes property exposed by the Diagram...collection of Aspose.Diagram.Shape objects. This property can be...

    docs.aspose.com/diagram/net/working-with-images/
  3. Automate Presentation Localization in PHP|Aspos...

    Automate PowerPoint and OpenDocument slide localization with Aspose.Slides for PHP via Java, using practical code samples and tips for faster global rollout....Language for Presentation and Shape’s Text Create an instance of...Presentation ( "test.pptx" ); try { $shape = $pres -> getSlides () -> get_Item...

    docs.aspose.com/slides/php-java/presentation-lo...
  4. SignatureLineOptions.Email | Aspose.Words for .NET

    Manage suggested signer email addresses effortlessly with SignatureLineOptions. Enhance your email workflow with customizable options for seamless communication....docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); signatureLine = shape . SignatureLine...

    reference.aspose.com/words/net/aspose.words/sig...
  5. Aspose::Words::Drawing::OleFormat::GetRawData m...

    Aspose::Words::Drawing::OleFormat::GetRawData method. Gets OLE object raw data in C++....docx" ); for ( auto && shape : System :: IterateOver < Aspose...Aspose :: Words :: Drawing :: Shape > ( doc -> GetChildNodes ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. ChartSeriesGroupCollection.count property | Asp...

    ChartSeriesGroupCollection.count property. Returns the number of series groups in this collection....docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () chart = shape . chart series_groups = chart...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Forms2OleControl.width property | Aspose.Words ...

    Forms2OleControl.width property. Gets or sets a width of the control in points....docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () ole_control = shape . ole_format . ole_control...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Refresh Values of Linked Shapes with C++|Docume...

    Learn how to refresh values of linked Shapes in Excel files using Aspose.Cells for C++....AI Refresh Values of Linked Shapes with C++ Contents [ Hide ]...Sometimes, you have a linked shape in your Excel file which is...

    docs.aspose.com/cells/cpp/refresh-values-of-lin...
  9. GradientStyle | Aspose.Words for Java

    Specifies the style for a gradient fill in Java....Examples: Shows how to fill a shape with a gradients. Document doc...new DocumentBuilder(doc); Shape shape = builder.insertShape(ShapeType...

    reference.aspose.com/words/java/com.aspose.word...
  10. Insert Shapes in Word using Java

    This tutorial describes how to draw a straight line in Word using Java. It has the IDE settings, a list of steps, and a sample code showing how to make a diagram in Word using Java....TeX Product Family Insert Shapes in Word using Java This article...article explains how to insert shapes in Word using Java . It provides...

    kb.aspose.com/words/java/insert-shapes-in-word-...