Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 15,830 for

point

(0.12 sec)
  1. Aspose::Words::Fields::BarcodeParameters class ...

    Aspose::Words::Fields::BarcodeParameters class. Container class for barcode parameters to pass-through to BarcodeGenerator. To learn more, visit the documentation article in C++....get_PosCodeStyle () const Style of a Point of Sale barcode (barcode types...value is in whole percentage points and the valid values are [10...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. IMailMergeDataSource class | Aspose.Words for P...

    aspose.words.mailmerging.IMailMergeDataSource class. Implement this interface to allow mail merge from a custom data source, such as a list of objects...it should be initialized to point to BOF (before the first record)...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Extract Paragraph from PDF|Aspose.PDF for C++

    This article describes how to use ParagraphAbsorber - a special tool in Aspose.PDF to extract text from PDF documents....ArrayPtr < System :: SmartPtr < Point >> polygon , System :: SmartPtr...DrawPolygonOnPage ( paragraph -> get_Points (), page ); } } doc -> Save...

    docs.aspose.com/pdf/cpp/extract-paragraph-from-...
  4. ChartSeries.remove method | Aspose.Words for Py...

    ChartSeries.remove method. Removes the X value, Y value, and bubble size, if supported, from the chart series at the specified index... The corresponding data point and data label are also removed...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Drawing Images|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....on an image connecting two point structures. This method has...and coordinates pairs of points or Point/PointF structures as arguments...

    docs.aspose.com/imaging/net/drawing-images/
  6. Drawing Images|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....on an image connecting two point structures. This method has...and coordinates pairs of points or Point/PointF structures as arguments...

    docs.aspose.com/imaging/python-net/drawing-images/
  7. 在Node.js via C++中为图表系列中的数据点添加自定义标签|Documentation

    了解如何在图表系列的数据点中添加自定义标签,使用Aspose.Cells for Node.js via C++。本指南将演示如何修改标签的外观、位置和格式,同时将它们链接到您的数据源以实现准确的表示。...setText ( "Series 1" + "\n" + "Point " + i ); } // Insert series...setText ( "Series 2" + "\n" + "Point " + i ); } workbook . save (...

    docs.aspose.com/cells/zh/nodejs-cpp/adding-cust...
  8. PDF 文本注释|Aspose.PDF for C++

    Aspose.PDF for C++ 允许您从 PDF 文档中添加、获取和删除文本注释。...get_Trivial (), Point :: get_Trivial (), Point :: get_Trivial...get_Trivial (), Point :: get_Trivial (), Point :: get_Trivial...

    docs.aspose.com/pdf/zh/cpp/text-annotation/
  9. Get Barcode Placement Region and Orientation An...

    This article describes how to read barcode parameters...bounds a barcode Points – an array of points constituting a barcode...; foreach ( Point pt in result . Region . Points ) ptStr += pt...

    docs.aspose.com/barcode/net/get-placement-and-o...
  10. Working with Document in C++|Aspose.Words for C++

    The `Document` class provides various document properties and methods using C++. You use the `Document` class as the starting Point for whatever you want to perform with Aspose.Words for C++. The `Document` object can be saved to a file or stream and also sent to a browser....Document class as the starting point for whatever you want to perform...

    docs.aspose.com/words/cpp/working-with-document/