Sort Score
Result 10 results
Languages All
Labels All
Results 1,691 - 1,700 of 43,019 for

shape

(0.09 sec)
  1. Aspose::Words::Drawing::Stroke::get_BackTintAnd...

    Aspose::Words::Drawing::Stroke::get_BackTintAndShade method. Gets or sets a double value that lightens or darkens the stroke background color in C++....docx" ); auto shape = System :: ExplicitCast < Aspose...Aspose :: Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Forms2OleControl.caption property | Aspose.Word...

    Forms2OleControl.caption property. Gets or sets a Caption property of the control...docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () ole_control = shape . ole_format . ole_control...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Update,Remove Fields|Documentation

    This section explains how to update or remve fields....field property, exposed by the Shape class supports a collection...piece of code update field in shape. Remove Field The following...

    docs.aspose.com/diagram/net/update-remove-fields/
  4. Update,Remove Fields|Documentation

    This section explains how to update or remve fields....field property, exposed by the Shape class supports a collection...piece of code update field in shape. Remove Field The following...

    docs.aspose.com/diagram/java/update-remove-fields/
  5. ChartDataLabelCollection.Orientation | Aspose.W...

    Discover the ChartDataLabelCollection Orientation property to easily customize text orientation for your data labels, enhancing your chart's clarity and impact....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...252 ); ChartSeries series = shape . Chart . Series [ 0 ]; ChartDataLabelCollec...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Aspose::Words::Drawing::Charts::AxisTickLabels:...

    Aspose::Words::Drawing::Charts::AxisTickLabels::get_Rotation method. Gets or sets the rotation of the tick labels in degrees in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...AxisTickLabels > xTickLabels = shape -> get_Chart () -> get_AxisX...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::Drawing::PatternType enum | Aspo...

    Aspose::Words::Drawing::PatternType enum. Specifies the fill pattern to be used to fill a Shape in C++....pattern to be used to fill a shape. enum class PatternType Values...Shows how to set pattern for a shape. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Fill.ForeThemeColor | Aspose.Words for .NET

    Discover how to set the ForeThemeColor property to customize your design with vibrant fill colors. Enhance your project’s visual appeal effortlessly!...color for foreground/background shape color. Document doc = new Document...DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...

    reference.aspose.com/words/net/aspose.words.dra...
  9. 在 Ruby 中更改形状的位置|Documentation

    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....() 我 = 0 当我 < shapes . getCount () shape = shapes . get ( i ) if...if shape . getNameU () == "Process" && shape . getID () == 2...

    docs.aspose.com/diagram/zh/java/change-the-posi...
  10. Insert Shapes in Word using Java

    This tutorial describes how to draw a straight line in Word using Java. It has the IDE settings, a list of steps, and a sample code showing how to make a diagram in Word using Java....TeX Product Family Insert Shapes in Word using Java This article...article explains how to insert shapes in Word using Java . It provides...

    kb.aspose.com/words/java/insert-shapes-in-word-...