Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 45,855 for

shape

(0.23 sec)
  1. LoadOptions.BaseUri | Aspose.Words for .NET

    Discover the LoadOptions BaseUri property to easily convert relative URIs to absolute ones in your documents. Enhance your URI management today!...first shape of the document contains a valid image. Shape shape...shape = ( Shape ) doc . GetChild ( NodeType . Shape , 0 , true );...

    reference.aspose.com/words/net/aspose.words.loa...
  2. HorizontalRuleFormat.widthPercent property | As...

    HorizontalRuleFormat.widthPercent property. Gets or sets the length of the specified horizontal rule expressed as a percentage of the window width....to insert a horizontal rule shape, and customize its formatting...DocumentBuilder ( doc ); let shape = builder . insertHorizontalRule...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. HorizontalRuleFormat.Color | Aspose.Words for .NET

    Discover the HorizontalRuleFormat Color property to customize your design. Easily set or get the brush color for a stunning horizontal rule effect!...to insert a horizontal rule shape, and customize its formatting...DocumentBuilder ( doc ); Shape shape = builder . InsertHorizontalRule...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::OptimizeFor method. Allows to optimize the document contents as well as default Aspose.Words behavior to a particular versions of MS Word. Use this method to prevent MS Word from displaying "Compatibility mode" ribbon upon document loading. (Note that you may also need to set the Compliance property to Iso29500_2008_Transitional or higher.) in C++....inserting an image will define its shape using VML. doc -> get_CompatibilityOptions...Aspose :: Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.set...
  5. ImageData.save method | Aspose.Words for Python

    aspose.words.drawing.ImageData.save method...docx' ) # Get the collection of shapes from the document, # and save...save the image data of every shape with an image as a file to the...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ShapeLineStyle Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.ShapeLineStyle enum to enhance your document design with customizable compound line styles for Shapes....the compound line style of a Shape . public enum ShapeLineStyle...DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Stroke.JoinStyle | Aspose.Words for .NET

    Discover the Stroke JoinStyle property to enhance your polylines with customizable join styles for smoother graphics and improved design flexibility....DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...WrapType . None ); // Basic shapes, such as the rectangle, have...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Fill.patterned method | Aspose.Words for Python

    aspose.words.drawing.Fill.patterned method...Shows how to set pattern for a shape. doc = aw . Document ( file_name...MY_DIR + 'Shape stroke pattern border.docx' ) shape = doc . get_child...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Შეკუმშოს JPG C++

    შეკუმშოს JPG C++ ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ JPG კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....<DocumentBuilder>(doc); auto shape = builder-> InsertImage ( u"Input...saveOptions-> set_JpegQuality ( 50 ); shape-> GetShapeRenderer ()-> Save...

    products.aspose.com/words/ka/cpp/compress/jpg/
  10. OleControl | Aspose.Words for Java

    Represents OLE ActiveX control in Java....docx"); Shape shape = (Shape) doc.getChild(NodeType.SHAPE, 0, true);...true); OleControl oleControl = shape.getOleFormat().getOleControl();...

    reference.aspose.com/words/java/com.aspose.word...