Sort Score
Result 10 results
Languages All
Labels All
Results 2,471 - 2,480 of 42,743 for

shape

(0.04 sec)
  1. Aspose::Words::Drawing::Fill::get_Visible metho...

    Aspose::Words::Drawing::Fill::get_Visible method. Gets or sets value that is true if the formatting applied to this instance, is visible in C++....Shows to create a variety of shapes. auto doc = MakeObject < Document...Below are four examples of shapes that we can insert into our...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Forms2OleControlType enumeration | Aspose.Words...

    aspose.words.drawing.ole.Forms2OleControlType enumeration. Enumerates types of Forms 2.0 controls....docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () check_box_control = shape . ole_format ...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ChartFormat.setDefaultFill method | Aspose.Word...

    ChartFormat.setDefaultFill method. Resets the fill of the chart element to have the default value....docx" ); let shape = doc . getShape ( 0 , true...true ); let series = shape . chart . series . at ( 0 ); let dataPoint...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ChartNumberFormat Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.ChartNumberFormat class for advanced number formatting in charts. Enhance your document's visual appeal!...DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 300 ); Chart chart = shape . Chart ; // Clear the chart's...

    reference.aspose.com/words/net/aspose.words.dra...
  5. AxisTickLabels.Font | Aspose.Words for .NET

    Enhance your charts with the AxisTickLabels Font property, allowing customizable font formatting for clearer, more impactful tick labels....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 300 ); Chart chart = shape . Chart ; // Clear the chart's...

    reference.aspose.com/words/net/aspose.words.dra...
  6. TextPath class | Aspose.Words for Node.js

    Aspose.Words.Drawing.TextPath class. Defines the text and formatting of the text path (of a WordArt object)...with Shapes documentation article. Remarks Use the Shape.textPath...access WordArt properties of a shape. You do not create instances...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Manage Hyperlinks|Aspose.Slides Documentation

    How to add hyperlink to a PowerPoint Presentation in Java...Links to websites inside texts, shapes, or media Links to slides Aspose...} Adding URL Hyperlinks to Shapes or Frames This sample code...

    docs.aspose.com/slides/java/manage-hyperlinks/
  8. Aspose::Words::Drawing::Charts::ChartNumberForm...

    Aspose::Words::Drawing::Charts::ChartNumberFormat class. Represents number formatting of the parent element. To learn more, visit the documentation article in C++....> ( doc ); SharedPtr < Shape > shape = builder -> InsertChart...SharedPtr < Chart > chart = shape -> get_Chart (); // Clear the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. SignatureLineOptions.allowComments property | A...

    SignatureLineOptions.allowComments property. Gets or sets a value indicating that the signer can add comments in the Sign dialog...docx" ); let shape = ( Shape ) doc . getShape ( 0 ,... true ); signatureLine = shape . signatureLine ; expect ( signatureLine...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Picture Frame|Aspose.Slides Documentation

    Add a picture frame to a PowerPoint presentation in C++...Hide ] A picture frame is a shape that contains an image—it is...that will be used to fill the shape. Specify the image’s width and...

    docs.aspose.com/slides/cpp/picture-frame/