Sort Score
Result 10 results
Languages All
Labels All
Results 2,081 - 2,090 of 16,079 for

point

(0.06 sec)
  1. Customize Default Fonts in Presentations with P...

    Set default fonts in Aspose.Slides for Python to ensure proper PowerPoint (PPT, PPTX) and OpenDocument (ODP) conversion to PDF, XPS and images.... Is there any point in setting default fonts if...

    docs.aspose.com/slides/python-net/default-font/
  2. Specify Default Presentation Fonts in Java|Aspo...

    Set default fonts in Aspose.Slides for Java to ensure proper PowerPoint (PPT, PPTX) and OpenDocument (ODP) conversion to PDF, XPS and images.... Is there any point in setting default fonts if...

    docs.aspose.com/slides/java/default-font/
  3. 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...
  4. 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...
  5. 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...
  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::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...
  8. 自定义形状|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...
  9. 在 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/
  10. 在 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/