Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 30,185 for

x

(0.09 sec)
  1. 从PDF生成缩略图|Aspose.PDF for .NET

    本节描述如何从PDF文档生成缩略图... x ; pdfRect . Top = 0 ; pdfRect...string templateFile = pdfPoint . x < pdfPoint . y ? templatePortraitFile...

    docs.aspose.com/pdf/zh/net/generate-thumbnail-i...
  2. ChartAxis.category_type property | Aspose.Words...

    ChartAXis.category_type property. Gets or sets type of the category aXis....series with categories for the X-axis and respective numeric values... and tick marks. x_axis = chart . axis_x x_axis . category_type...

    reference.aspose.com/words/python-net/aspose.wo...
  3. AxisTickLabels.offset property | Aspose.Words f...

    AXisTickLabels.offset property. Gets or sets the distance of the tick labels from the aXis....series with categories for the X-axis and respective numeric values... and tick marks. x_axis = chart . axis_x x_axis . category_type...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 创建图表|Aspose.Slides 文档

    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 和 Y 方向的旋转角度。 保存演示文稿。 关闭 Microsoft...ppChart . Elevation = 15 ; //X-Value ppChart . RightAngleAxes...

    docs.aspose.com/slides/zh/net/create-a-chart/
  5. AxisTickLabels.position property | Aspose.Words...

    AXisTickLabels.position property. Gets or sets the position of the tick labels on the aXis....series with categories for the X-axis and respective numeric values... and tick marks. x_axis = chart . axis_x x_axis . category_type...

    reference.aspose.com/words/python-net/aspose.wo...
  6. AxisTickLabels.is_auto_spacing property | Aspos...

    AXisTickLabels.is_auto_spacing property. Gets or sets a flag indicating whether to use automatic interval for drawing the tick labels....series with categories for the X-axis and respective numeric values... and tick marks. x_axis = chart . axis_x x_axis . category_type...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ChartAxis.minor_unit property | Aspose.Words fo...

    ChartAXis.minor_unit property. Returns or sets the distance between minor tick marks....series with categories for the X-axis and respective numeric values... and tick marks. x_axis = chart . axis_x x_axis . category_type...

    reference.aspose.com/words/python-net/aspose.wo...
  8. AxisTickLabels.spacing property | Aspose.Words ...

    AXisTickLabels.spacing property. Gets or sets the interval at which the tick labels are drawn....series with categories for the X-axis and respective numeric values... and tick marks. x_axis = chart . axis_x x_axis . category_type...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Shape | Aspose.Words for Java

    Represents an object in the drawing layer such as an AutoShape teXtboX freeform OLE object ActiveX control or picture in Java....getWrapType()); // Create a 400pt x 400pt group shape and place it...coordinate plane size to 500 x 500pt. // The top left corner...

    reference.aspose.com/words/java/com.aspose.word...
  10. Text out of tables converting pdf to docx - Fre...

    Hi converting from pdf the teXt in docX file is unformatted in docX output file. this the code to convert from pdf to docX. string fileSource = @"C:\temp\XXX.pdf"; Aspose.Words.Document X = new Aspose.Words.Document(fil…...Document x = new Aspose.Words.Document(fileSource);...ChangeExtension(fileSource, "docx"); x.Save(fileName); is there a way...

    forum.aspose.com/t/text-out-of-tables-convertin...