Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 42,300 for

shape

(0.05 sec)
  1. GradientStop.BaseColor | Aspose.Words for .NET

    Discover the GradientStop BaseColor property to easily access the pure color of your gradient stop, enhancing your design with precision and clarity....DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...ShapeType . Rectangle , 80 , 80 ); shape . Fill . TwoColorGradient (...

    reference.aspose.com/words/net/aspose.words.dra...
  2. GradientStop.Color | Aspose.Words for .NET

    Discover the GradientStop Color property to easily set and customize gradient stop colors for stunning visual effects in your designs....DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...ShapeType . Rectangle , 80 , 80 ); shape . Fill . TwoColorGradient (...

    reference.aspose.com/words/net/aspose.words.dra...
  3. GradientStop.Transparency | Aspose.Words for .NET

    Discover the GradientStop Transparency property to easily adjust gradient fill transparency from 0% to 100%. Enhance your designs with precise control!...DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...ShapeType . Rectangle , 80 , 80 ); shape . Fill . TwoColorGradient (...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Aspose::Words::Drawing::GradientStop::Remove me...

    Aspose::Words::Drawing::GradientStop::Remove method. Removes the gradient stop from the parent GradientStopCollection in C++....> ( doc ); SharedPtr < Shape > shape = builder -> InsertShape...ShapeType :: Rectangle , 80 , 80 ); shape -> get_Fill () -> TwoColorGradient...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Aspose::Words::Drawing::OlePackage class | Aspo...

    Aspose::Words::Drawing::OlePackage class. Allows to access OLE Package properties. To learn more, visit the documentation article in C++....system by double-clicking on the shape that contains the OLE object...zipFileBytes ); SharedPtr < Shape > shape = builder -> InsertOleObject...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Draw Pentagon in Java

    This guide covers how to draw pentagon in Java. It contains the IDE setup, stepwise algorithm, and a runnable code snippet, which makes pentagon drawing easy in Java....Drawing to draw a pentagon shape Define the parameters and calculate...the vertices of the pentagon-shape Create a Bitmap class object...

    kb.aspose.com/drawing/java/draw-pentagon-in-java/
  7. Aspose::Words::Drawing::OleFormat::get_Suggeste...

    Aspose::Words::Drawing::OleFormat::get_SuggestedExtension method. Gets the file extension suggested for the current embedded object if you want to save it into a file in C++....docm" ); auto shape = System :: ExplicitCast < Shape > ( doc ->...-> GetChild ( NodeType :: Shape , 0 , true )); // The OLE object...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::Fields::FieldShape class | Aspos...

    Aspose::Words::Fields::FieldShape class. Implements the Shape field. To learn more, visit the documentation article in C++....FieldShape class Implements the SHAPE field. To learn more, visit...Microsoft Word fields such as SHAPE and EMBED are handled during...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Public API Changes in Aspose.Diagram 5.7.0|Docu...

    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....start and finish of timeline shape timelineHelper . DateFormatStringForB...String for intm of timeline shape timelineHelper . DateFormatStringForI...

    docs.aspose.com/diagram/net/public-api-changes-...
  10. Copy Shapes between Worksheets with Node.js via...

    Learn how to copy Shapes like pictures and charts between worksheets using Aspose.Cells for Node.js via C++....Copy Shapes between Worksheets with Node.js via C++ Contents...understanding of how to copy shapes between worksheets. Copying...

    docs.aspose.com/cells/nodejs-cpp/copy-shapes-be...