Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 43,015 for

shape

(0.1 sec)
  1. Aspose::Words::Loading::LoadOptions::get_BaseUr...

    Aspose::Words::Loading::LoadOptions::get_BaseUri method. Gets or sets the string that will be used to resolve relative URIs found in the document into absolute URIs when required. Can be null or empty string. Default is null in C++....); // Verify that the first shape of the document contains a valid...image. auto shape = System :: ExplicitCast < Shape > ( doc ->...

    reference.aspose.com/words/cpp/aspose.words.loa...
  2. Aspose::Words::Drawing::SignatureLine::get_Defa...

    Aspose::Words::Drawing::SignatureLine::get_DefaultInstructions method. Gets or sets a value indicating that default instructions is shown in the Sign dialog. Default value for this property is true in C++...."Senior Manager" ); // Insert a shape that will contain a signature...created above. // If we insert a shape whose coordinates originate...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. ShapeLineStyle enumeration | Aspose.Words for N...

    Aspose.Words.Drawing.ShapeLineStyle enumeration. Specifies the compound line style of a [Shape](../Shape/)....the compound line style of a Shape . Members Name Description Single...DocumentBuilder ( doc ); let shape = builder . insertShape ( aw...

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

    Discover Aspose.Words.Drawing.FlipOrientation enum for versatile Shape orientation options. Enhance your document design with flexible customization!...values for the orientation of a shape. [Flags] public enum FlipOrientation...Examples Shows how to flip a shape on an axis. Document doc = new...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Aspose::Words::DocumentVisitor::VisitShapeStart...

    Aspose::Words::DocumentVisitor::VisitShapeStart method. Called when enumeration of a Shape has started in C++....Called when enumeration of a shape has started. virtual Aspose...Drawing :: Shape > shape ) Parameter Type Description shape Syste...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. ShapeBase.bounds property | Aspose.Words for Py...

    ShapeBase.bounds property. Gets or sets the location and size of the containing block of the Shape....the containing block of the shape. @property def bounds ( self...upon setting. For a top-level shape, the value is in points and...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ShapeType enumeration | Aspose.Words for Node.js

    Aspose.Words.Drawing.ShapeType enumeration. Specifies the type of Shape in a Microsoft Word document....enumeration Specifies the type of shape in a Microsoft Word document...Description Image The shape is an image. TextBox The shape is a textbox...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Node::NextPreOrder method | Aspo...

    Aspose::Words::Node::NextPreOrder method. Gets next node according to the pre-order tree traversal algorithm in C++....and delete any encountered shape with an image. auto doc = MakeObject...NodeType :: Shape , true ) -> LINQ_OfType < SharedPtr < Shape >> ()...

    reference.aspose.com/words/cpp/aspose.words/nod...
  9. 幻灯片上的形状调整大小|Aspose.Slides 文档

    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....( auto shape : slide -> get_Shapes ()) { // 调整位置 shape -> set_Height...set_Height ( shape -> get_Height () * ratioHeight ); shape -> set_Width...

    docs.aspose.com/slides/zh/cpp/re-sizing-shapes-...
  10. Fill.patterned method | Aspose.Words for Node.js

    Aspose.Words.Drawing.Fill.patterned method...Shows how to set pattern for a shape. let doc = new aw . Document...myDir + "Shape stroke pattern border.docx" ); let shape = doc ...

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