Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 43,014 for

shape

(0.12 sec)
  1. Aspose::Words::Drawing::Charts::ChartSeries::ge...

    Aspose::Words::Drawing::Charts::ChartSeries::get_XValues method. Gets a collection of X values for this chart series in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); // Delete default...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Aspose::Words::Drawing::Charts::ChartAxisTitle:...

    Aspose::Words::Drawing::Charts::ChartAxisTitle::get_Text method. Gets or sets the text of the axis title. If null or empty value is specified, auto generated title will be shown in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Aspose::Words::Drawing::Charts::ChartSeries::ge...

    Aspose::Words::Drawing::Charts::ChartSeries::get_BubbleSizes method. Gets a collection of bubble sizes for this chart series in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); // Delete default...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. PatternType | Aspose.Words for Java

    Specifies the fill pattern to be used to fill a Shape in Java....fill a shape. Examples: Shows how to set pattern for a shape. Document...Document(getMyDir() + "Shape stroke pattern border.docx"); Shape shape = (Shape)doc...

    reference.aspose.com/words/java/com.aspose.word...
  5. 在演示文稿中更改形状的填充颜色|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....FilePath + "Fill color of a shape.pptx" ; SetPPTShapeColor ( FileName...获取形状树中的第一个形状。 Shape shape = tree . GetFirstChild < Shape >(); if (...

    docs.aspose.com/slides/zh/net/change-the-fill-c...
  6. Lock or unlock shapes|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....Lock or unlock shapes Contents [ Hide ] Sometimes, you need to...to protect all shapes in certain worksheets to prevent them from...

    docs.aspose.com/cells/cpp/lock-or-unlock-shapes/
  7. Aspose.PSD for .NET 21.11 - 发行说明|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....IndianRed ; PathShape shape = new PathShape (); shape . Points . Add...PointF ( 50 , 150 ), true )); shape . Points . Add ( new BezierKnot...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  8. TextBox.InternalMarginTop | Aspose.Words for .NET

    Discover the TextBox InternalMarginTop property—control your Shape's top margin in points for precise layout and enhanced design flexibility....top margin in points for a shape. public double InternalMarginTop...textbox with specific margins. Shape textBoxShape = builder . InsertShape...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Aspose::Words::Drawing::GradientStopCollection ...

    Aspose::Words::Drawing::GradientStopCollection class. Contains a collection of GradientStop objects. To learn more, visit the documentation article in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertShape...ShapeType :: Rectangle , 80 , 80 ); shape -> get_Fill () -> TwoColorGradient...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Compress DOC In Javascript

    Compress DOC in JavaScript without losing quality. Optimize DOC content, reduce file size easily....cleanup(); var shapes = doc.getChildNodes(aw.NodeType.Shape, true )...) for ( var shape of shapes) { if (shape.hasImage()) { // It's...

    products.aspose.com/words/nodejs-net/compress/doc/