Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 7,145 for

point

(0.06 sec)
  1. Aspose.PSD for Python via .NET 24.4版 - 发行说明|Doc...

    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.... points = [ Release_24_04_Tests . .... is_linked = True knot2 . points = [ Release_24_04_Tests . ...

    docs.aspose.com/psd/zh/python-net/aspose-psd-fo...
  2. ChartXValueType | Aspose.Words for Java

    Allows to specify type of an X value of a chart series in Java....a double-precision floating-point number. MULTILEVEL Specifies...a double-precision floating-point number. MULTILEVEL public static...

    reference.aspose.com/words/java/com.aspose.word...
  3. JSPoint class | Aspose.Words for Node.js

    Aspose.Words.JSPoint class. Represents an ordered pair of integer x- and y-coordinates that defines a Point in a two-dimensional plane....y-coordinates that defines a point in a two-dimensional plane....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose.PSD for .NET 19.12 - 发布说明|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....rectangle , byte [] pixels , Point start , Point end ) { } public void...rectangle , byte [] pixels , Point start , Point end , LoadOptions loadOptions...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-1...
  5. Change Character Spacing of Excel TextBox or Sh...

    Change the character spacing of Excel textboxes or shapes using Aspose.Cells for Node.js via C++....text box in an Excel file to point 4 and then saves it on disk...Set the character spacing to point 4 fontSetting . getTextOptions...

    docs.aspose.com/cells/nodejs-cpp/change-charact...
  6. ChartSeries.explosion property | Aspose.Words f...

    ChartSeries.explosion property. Specifies the amount the data Point shall be moved from the center of the pie...Specifies the amount the data point shall be moved from the center...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FieldMergeBarcode.pos_code_style property | Asp...

    FieldMergeBarcode.pos_code_style property. Gets or sets the style of a Point of Sale barcode (barcode types UPCA|UPCE|EAN13|EAN8)...Gets or sets the style of a Point of Sale barcode (barcode types...

    reference.aspose.com/words/python-net/aspose.wo...
  8. BarcodeParameters.posCodeStyle property | Aspos...

    BarcodeParameters.posCodeStyle property. Style of a Point of Sale barcode (barcode types UPCA|UPCE|EAN13|EAN8)...posCodeStyle property Style of a Point of Sale barcode (barcode types...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Add a comment to a slide|Aspose.Slides Document...

    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....comments PointF point = new PointF (); point . X = 1 ; point . Y = 1...comment" , pres . Slides [ 0 ], point , DateTime . Now ); pres . Save...

    docs.aspose.com/slides/net/add-a-comment-to-a-s...
  10. Chart Series|Aspose.Slides Documentation

    Chart series in PowerPoint presentations in C# or .NET...600 , 400 ); IChartDataPoint point = chart . ChartData . Series...DataPoints [ 1 ]; point . Explosion = 30 ; point . Format . Fill...

    docs.aspose.com/slides/net/chart-series/