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

shape

(0.04 sec)
  1. Stroke.opacity property | Aspose.Words for Python

    Stroke.opacity property. Defines the amount of transparency of a stroke...Shows to create a variety of shapes. doc = aw . Document () builder...Below are four examples of shapes that we can insert into our...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Stroke.end_arrow_width property | Aspose.Words ...

    Stroke.end_arrow_width property. Defines the arrowhead width for the end of a stroke....Shows to create a variety of shapes. doc = aw . Document () builder...Below are four examples of shapes that we can insert into our...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Stroke.start_arrow_type property | Aspose.Words...

    Stroke.start_arrow_type property. Defines the arrowhead for the start of a stroke....Shows to create a variety of shapes. doc = aw . Document () builder...Below are four examples of shapes that we can insert into our...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Shape.first_paragraph property | Aspose.Words f...

    Shape.first_paragraph property. Gets the first paragraph in the Shape....first_paragraph property Shape.first_paragraph property Gets...the first paragraph in the shape. @property def first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Drawing::Stroke::get_Opacity met...

    Aspose::Words::Drawing::Stroke::get_Opacity method. Defines the amount of transparency of a stroke. Valid range is from 0 to 1 in C++....Shows to create a variety of shapes. auto doc = MakeObject < Document...Below are four examples of shapes that we can insert into our...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. GraphicsQualityOptions | Aspose.Words for Java

    Allows to specify additional java.awt.RenderingHints in Java....Document(getMyDir() + "Shape high dpi.docx"); Shape shape = (Shape)doc.getChild(NodeType...getChild(NodeType.SHAPE, 0, true); ShapeRenderer renderer = shape.getShapeRenderer();...

    reference.aspose.com/words/java/com.aspose.word...
  7. NodeRendererBase class | Aspose.Words for Node.js

    Aspose.Words.Rendering.NodeRendererBase class. Base class for [ShapeRenderer](../Shaperenderer/) and [OfficeMathRenderer](../officemathrenderer/)...more, visit the Working with Shapes documentation article. Methods...save(fileName, saveOptions) Renders the shape into an image and saves into...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ThemeFonts | Aspose.Words for Java

    Represents a collection of fonts in the font scheme allowing to specify different fonts for different languages getLatin / setLatinjava.lang.String getEastAsian / setEastAsianjava.lang.String and getComplexScript / setComplexScriptjava.lang.String in Java....insert a shape, and then set a color for it via "Shape Format"...Format" -> "Shape Styles". ThemeColors colors = theme.getColors(); colors...

    reference.aspose.com/words/java/com.aspose.word...
  9. NodeList.Count | Aspose.Words for .NET

    Discover the NodeList Count property to easily retrieve the total number of nodes in your list, enhancing your web development efficiency....aph/Run" )); // Access the shape that contains the image we inserted...nodeList = doc . SelectNodes ( "//Shape" ); Assert . AreEqual ( 1 ,...

    reference.aspose.com/words/net/aspose.words/nod...
  10. ChartAxisTitle | Aspose.Words for Java

    Provides access to the axis title properties in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...432.0, 252.0); Chart chart = shape.getChart(); ChartSeriesCollectio...

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