Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 16,184 for

point

(0.1 sec)
  1. How to create a tornado chart with JavaScript v...

    Learn how to create a tornado chart with Aspose.Cells for JavaScript via C++ API....script > </ html > How to Set Point as Total with JavaScript via...

    docs.aspose.com/cells/javascript-cpp/create-tor...
  2. 自定义形状|Aspose.Slides for Node.js via .NET 文档

    在 JavaScript 中向 PowerPoint 演示文稿添加自定义形状...lineTo ( point ); lineTo ( x , y ); 在指定位置添加线段 : lineTo ( point , index...closeFigure (); 设置下一个点的位置 : moveTo ( point ); moveTo ( x , y ); 移除指定索引处的路径段...

    docs.aspose.com/slides/zh/nodejs-java/custom-sh...
  3. 在 Java 中自定义演示文稿形状|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 演示文稿中创建和自定义形状:几何路径、曲线角、复合形状。... Float point ); public void lineTo ( float...awt . geom . Point2D . Float point , long index ); public void...

    docs.aspose.com/slides/zh/java/custom-shape/
  4. 在 C++ 中自定义演示文稿形状|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 演示文稿中创建和自定义形状:几何路径、弧形拐角、复合形状。...在路径末尾添加直线 void LineTo ( PointF point ); void LineTo ( float x , float...在路径的指定位置添加直线 : void LineTo ( PointF point , uint32_t index ); void LineTo...

    docs.aspose.com/slides/zh/cpp/custom-shape/
  5. Aspose::Words::ControlChar::SectionBreakChar fi...

    Aspose::Words::ControlChar::SectionBreakChar field. End of section character: (char)12 or "\f" in C++....control character to mark the point where text moves to the next...

    reference.aspose.com/words/cpp/aspose.words/con...
  6. Aspose::Words::ControlChar::Cell method | Aspos...

    Aspose::Words::ControlChar::Cell method. End of a table cell or end of a table row character: "\x0007" or "\a" in C++....control character to mark the point where text moves to the next...

    reference.aspose.com/words/cpp/aspose.words/con...
  7. Aspose::Words::ControlChar::ParagraphBreak meth...

    Aspose::Words::ControlChar::ParagraphBreak method. End of paragraph character: "\x000d" or "\r". Same as Cr in C++....control character to mark the point where text moves to the next...

    reference.aspose.com/words/cpp/aspose.words/con...
  8. Aspose::Words::ControlChar::LineBreakChar field...

    Aspose::Words::ControlChar::LineBreakChar field. Line break character: (char)11 or "\v" in C++....control character to mark the point where text moves to the next...

    reference.aspose.com/words/cpp/aspose.words/con...
  9. How to obtain actual rendered width/bounds of T...

    Hello, We are currently testing TEXT and MTEXT entity processing using Aspose.CAD for .NET 26.1.0 and would appreciate some guidance. Our goal is to obtain the actual rendered width/height or bounding box of DWG TEXT a…...combine it with the insertion point to build a bounding rectangle...difference between first alignment point (codes 10, 20 and 30) of the...

    forum.aspose.com/t/how-to-obtain-actual-rendere...
  10. Get Paragraph Bounds from Presentations in Java...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for Java to optimize text positioning in PowerPoint presentations.... Float point = portion . getCoordinates ();...portions measured? In points, where 1 inch = 72 points. This applies...

    docs.aspose.com/slides/java/paragraph/