Sort Score
Result 10 results
Languages All
Labels All
Results 3,671 - 3,680 of 49,923 for

shape

(0.32 sec)
  1. 用JavaScript通过C++读取形状的发光效果颜色|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++读取形状发光效果的颜色...可能的使用场景 如果你想读取任何形状的发光效果颜色,请使用 Shape.color 属性。它可以帮你查找与形状发光颜色相关的各种属性。...// Access the shape const shape = sheet . shapes . get ( 0 );...

    docs.aspose.com/cells/zh/javascript-cpp/read-co...
  2. Node.as_shape method | Aspose.Words for Python

    Node.as_Shape method. Cast Node to [Shape](../../../aspose.words.drawing/Shape/)....as_shape method as_shape() Cast Node to Shape . def as_shape (...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ChartMarker.Symbol | Aspose.Words for .NET

    Discover the ChartMarker Symbol property to easily customize your chart markers. Enhance your data visualization with unique symbols for better insights....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 350 ); Chart chart = shape . Chart ; Assert . That ( chart...

    reference.aspose.com/words/net/aspose.words.dra...
  4. IChartDataPoint.InvertIfNegative | Aspose.Words...

    Discover the IChartDataPoint InvertIfNegative property, enabling color inversion for negative values. Enhance your data visualization with this unique feature!...DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 350 ); Chart chart = shape . Chart ; Assert . That ( chart...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Get DrawObject and Bound while rendering to PDF...

    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....Image , it prints its bound and shape name. Please see the console...Print the coordinates and the shape name of an Image object if (...

    docs.aspose.com/cells/nodejs-cpp/get-drawobject...
  6. DocumentBuilder.insertSignatureLine method | As...

    Aspose.Words.DocumentBuilder.insertSignatureLine method...and other settings using the Shape object returned by this method...SignatureLineProvide.signed.docx" ); let shape = ( Shape ) doc . getShape ( 0 ,...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Convert PPTX to Word in Java | products.aspose.com

    Convert PPTX to Word in Java. Use Java library API to convert PowerPoint to Word...( IShape shape : slide . getShapes ()) { if ( shape instanceof...builder . writeln ((( AutoShape ) shape ). getTextFrame (). getText...

    products.aspose.com/slides/java/conversion/pptx...
  8. OleFormat.save method | Aspose.Words for Node.js

    Aspose.Words.Drawing.OleFormat.save method...docm" ); let shape = doc . getShape ( 0 , true...The OLE object in the first shape is a Microsoft Excel spreadsheet...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. SignOptions.provider_id property | Aspose.Words...

    SignOptions.provider_id property. Specifies the class ID of the signature provider...docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () signature_line = shape . signature_line...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Theme.Colors | Aspose.Words for .NET

    Customize your document's appearance with the Theme Colors property, enabling a unique set of vibrant colors for a stunning look....insert a shape, and then set a color for it via "Shape Format"...Format" -> "Shape Styles". ThemeColors colors = theme . Colors ; colors...

    reference.aspose.com/words/net/aspose.words.the...