Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 42,876 for

shape

(0.08 sec)
  1. DocumentVisitor.VisitGroupShapeStart | Aspose.W...

    Discover the DocumentVisitor VisitGroupShapeStart method, essential for efficient group Shape enumeration in your applications. Enhance your coding workflow today!...when enumeration of a group shape has started. public virtual...Shows how to create a group of shapes, and print its contents using...

    reference.aspose.com/words/net/aspose.words/doc...
  2. EndCap Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.EndCap enum for customizable line cap styles. Enhance your document designs with unique visual effects!...Shows to create a variety of shapes. Document doc = new Document...Below are four examples of shapes that we can insert into our...

    reference.aspose.com/words/net/aspose.words.dra...
  3. PatternType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.PatternType enum to enhance your Shapes with customizable fill patterns. Elevate your document design effortlessly!...pattern to be used to fill a shape. public enum PatternType Values...for a shape. Document doc = new Document ( MyDir + "Shape stroke...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ImageSavingArgs.currentShape property | Aspose....

    ImageSavingArgs.currentShape property. Gets the [ShapeBase](../../../aspose.words.drawing/Shapebase/) object corresponding to the Shape or group Shape that is about to be saved....corresponding to the shape or group shape that is about to be...while saving either a shape or a group shape. That’s why the property...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::DocumentBuilder::MoveToHeaderFoo...

    Aspose::Words::DocumentBuilder::MoveToHeaderFooter method. Moves the cursor to the beginning of a header or footer in the current section in C++....HeaderPrimary ); SharedPtr < Shape > shape = builder -> InsertImage...image ); shape -> set_WrapType ( WrapType :: None ); shape -> set_BehindText...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. 段落|Aspose.Slides for PHP 文档

    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.... $shape = $pres -> getSlides () -> get_Item...get_Item ( 0 ); $textFrame = $shape -> getTextFrame (); foreach...

    docs.aspose.com/slides/zh/php-java/paragraph/
  7. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...SHAPE, true)) { if (obj instanceof Shape) { int bm...getAndIncrement(); Shape shape = (Shape) obj; if (shape.isInline())...

    forum.aspose.com/t/alternative-way-to-extract-a...
  8. ShadowFormat.Color | Aspose.Words for .NET

    Discover the ShadowFormat Color property to customize shadow colors in your designs. Default is Black, but unleash your creativity with vibrant options!...docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); ShadowFormat shadowFormat = shape . ShadowFormat...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Aspose::Words::Saving::RtfSaveOptions::get_Save...

    Aspose::Words::Saving::RtfSaveOptions::get_SaveImagesAsWmf method. When true all images will be saved as WMF in C++...."Jpeg image:" ); SharedPtr < Shape > imageShape = builder -> InsertImage...NodeCollection > shapes = doc -> GetChildNodes ( NodeType :: Shape , true...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. ShapeRenderer constructor | Aspose.Words for Py...

    ShapeRenderer constructor. Initializes a new instance of this class....ShapeRenderer constructor ShapeRenderer(shape) Initializes a new instance...class. def __init__ ( self , shape : aspose . words . drawing ...

    reference.aspose.com/words/python-net/aspose.wo...