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

shape

(0.36 sec)
  1. Aspose::Words::Drawing::ImageData::get_Contrast...

    Aspose::Words::Drawing::ImageData::get_Contrast method. Gets or sets the contrast for the specified picture. The value for this property must be a number from 0.0 (the least contrast) to 1.0 (the greatest contrast) in C++....Examples Shows how to edit a shape’s image data. auto imgSourceDoc...Aspose :: Words :: Drawing :: Shape > ( imgSourceDoc -> GetChildNodes...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. ImageData.ChromaKey | Aspose.Words for .NET

    Discover the ImageData ChromaKey property, set transparent colors for your images and enhance visual effects effortlessly. Unlock creative possibilities!...Examples Shows how to edit a shape’s image data. Document imgSourceDoc..."Images.docx" ); Shape sourceShape = ( Shape ) imgSourceDoc ....

    reference.aspose.com/words/net/aspose.words.dra...
  3. Aspose::Words::Drawing::Stroke::get_Color2 meth...

    Aspose::Words::Drawing::Stroke::get_Color2 method. Defines a second color for a stroke in C++....for a Shape is White . Examples Shows how to process shape stroke...() + u "Shape stroke pattern border.docx" ); auto shape = System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Adjust Thickness of Visio "No Symbol" programma...

    I have created a Visio diagram using aspose and I have a “No Symbol” Shape. I have been able to change the color of the Shape, but cannot change the thickness of the border....aspose and I have a “No Symbol” shape. I have been able to change...change the color of the shape, but cannot change the thickness of the...

    forum.aspose.com/t/adjust-thickness-of-visio-no...
  5. VerticalAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.VerticalAlignment enum for precise vertical alignment of text frames and tables in your documents. Enhance layout control!...vertical alignment of a floating shape, text frame or a floating table...it to the page's center. Shape shape = builder . InsertImage (...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Stroke.ImageBytes | Aspose.Words for .NET

    Discover how to use the ImageBytes property to create stunning stroke images and unique pattern fills for your designs. Enhance your visuals today!...Examples Shows how to process shape stroke features. Document doc...MyDir + "Shape stroke pattern border.docx" ); Shape shape = ( Shape...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Aspose::Words::Drawing::ShapeBase::get_SizeInPo...

    Aspose::Words::Drawing::ShapeBase::get_SizeInPoints method. Gets the size of the Shape in points in C++....method Gets the size of the shape in points. System :: Drawing...Examples Shows how to verify a shape’s size and markup language....

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::Drawing::SignatureLine::get_Sign...

    Aspose::Words::Drawing::SignatureLine::get_Signer method. Gets or sets suggested signer of the signature line. Default value for this property is empty string 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...
  9. Chart.SourceFullName | Aspose.Words for .NET

    Discover the Chart SourceFullName property to easily access the path and name of linked XLS/XLSX files for enhanced data visualization....+ "Shape with linked chart.docx" ); Shape shape = ( Shape ) doc...NodeType . Shape , 0 , true ); var sourceFullName = shape . Chart...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Getting theme color for BPMN Events - Free Supp...

    Hi, Is there a way to know if a Shape has the theme applied to it and what color fill / line color it should have based on that theme? File file = new File(PATH_TO_VSDX_FILE); Diagram d = new Diagram(file.getAbsolutePa…...Is there a way to know if a shape has the theme applied to it...for(Shape shape : (Iterable<Shape>) pageShapes) { shape.getInheritFill()...

    forum.aspose.com/t/getting-theme-color-for-bpmn...