Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 5,873 for

x

(0.04 sec)
  1. How to Add Header Footer in a Presentation|Aspo...

    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....x, you need to make some minor changes...New Aspose.Slides for .NET 13.x approach using ( Presentation...

    docs.aspose.com/slides/net/how-to-add-header-fo...
  2. 自定义形状|Aspose.Slides for Python 文档

    在Python中为PowerPoint演示文稿添加自定义形状...在路径末尾添加一条线: line_to ( point ) line_to ( x , y ) 在路径指定位置添加一条线: line_to (...( point , index ) line_to ( x , y , index ) 在路径末尾添加一条立方贝塞尔曲线:...

    docs.aspose.com/slides/zh/python-net/custom-shape/
  3. Chart Calculations|Aspose.Slides Documentation

    PowerPoint chart calculations and values in C# or .NET...ValidateChartLayout (); double x = chart . PlotArea . ActualX ;...ValidateChartLayout (); double x = chart . PlotArea . ActualX ;...

    docs.aspose.com/slides/net/chart-calculations/
  4. Text Rendering using Font library | .NET

    Convert teXt to images and render TrueType and OpenType fonts within .NET products. C# APIs for the developers to manipulate and font files....X = ( float )moveTo.X; 15 _currentPoint.Y...lineTo) 19 { 20 float x = ( float )lineTo.X; 21 float y = ( float...

    docs.aspose.com/font/net/developer-guide/text-r...
  5. AxisBuiltInUnit enumeration | Aspose.Words for ...

    aspose.words.drawing.charts.AXisBuiltInUnit enumeration. Specifies the display units for an aXis....AxisBound ( value = 20 ) # For the X-axis, set the major tick marks...5 units. axis = chart . axis_x axis . major_unit = 10 axis ....

    reference.aspose.com/words/python-net/aspose.wo...
  6. Subscript and subscript in LaTeX | LaTeX manual

    This article discusses how to build math formulas that contain subscripts and superscripts with TeX and LaTeX....For example, in the expression x² , the 2 is a superscript. Subscript... It is illegal to type $x^y^z$ or $x_y_z$ . TeX will complain...

    docs.aspose.com/tex/java/latex-math-subscripts-...
  7. AxisBuiltInUnit Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.AXisBuiltInUnit enum for customizable aXis display units, enhancing your chart's clarity and effectiveness....AxisBound ( 20 ); // For the X-axis, set the major tick marks...Inside ; // Set the X-axis bounds so that the X-axis spans 5 major...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Aspose::Words::Drawing::ShapeBase::get_FlipOrie...

    Aspose::Words::Drawing::ShapeBase::get_FlipOrientation method. Switches the orientation of a shape in C++....to flip the third shape on the x-axis, // making it into a vertical...the fourth shape on both the x and y axes, // making it into...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Sorting Tasks by Name

    Learn how to sort tasks have been read from your Microsoft Project (MPP/XML) files by name using Aspose.Tasks for .NET....Compare (Task x, Task y) 4 { 5 if (string. IsNullOrEmpty (x. Get (Tsk...Name ))) 8 return - 1; 9 return x. Get (Tsk. Name ). CompareTo (y...

    docs.aspose.com/tasks/net/sorting-tasks-by-name/
  10. 管理单元格|Aspose.Slides 文档

    Java 中 PowerPoint 演示文稿中的表格单元格...合并单元格中的编号 如果我们合并单元格 (1, 1) x (2, 1) 和 (1, 2) x (2, 2),结果表格将被编号。此 Java...setWidth ( 5 ); } } // 合并单元格 (1, 1) x (2, 1) tbl . mergeCells ( tbl...

    docs.aspose.com/slides/zh/java/manage-cells/