Sort Score
Result 10 results
Languages All
Labels All
Results 3,371 - 3,380 of 34,478 for

line

(0.33 sec)
  1. 图表|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 掌握图表:创建、格式化、绑定数据,并使用 C++ 示例将图表导出为 PPT、PPTX 和 ODP。...() -> AddChart ( ChartType :: Line , 50 , 50 , 400 , 300 ); //...

    docs.aspose.com/slides/zh/cpp/examples/elements...
  2. ChartAxis.baseTimeUnit property | Aspose.Words ...

    ChartAxis.baseTimeUnit property. Returns or sets the smallest time unit that is represented on the time category axis.... Line , 500 , 300 ); let chart = shape...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Relfection error when calling Aspose from JS - ...

    After a new installtion of Apsose libraries (and sorry, have no idea what they do…) a previously working application now reports: java.lang.reflect.Invocation.TargetException I have not the foggiest what causes this. A…...‘AddPageNoTextStamp’ (line: 60) at ‘print via sftp’ (line: 40) I marked...marked the line where it fails with ***** petermariavh March 16, 2025...

    forum.aspose.com/t/relfection-error-when-callin...
  4. Incorrect position of text boxes rotated to 90 ...

    Incorrect position of text boxes rotated to 90 and 270 deg after changing text wrap to NONE. Code snippet: Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc); builder.w…...writeln("a line of text for reference"); //...direction, TextBox collapses into a line fragment. The current property...

    forum.aspose.com/t/incorrect-position-of-text-b...
  5. Aspose::Words::Document::get_LayoutOptions meth...

    Aspose::Words::Document::get_LayoutOptions method. Gets a LayoutOptions object that represents options to control the layout process of this document in C++....to the left of every revised line. doc -> get_LayoutOptions ()...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. AxisScaling.maximum property | Aspose.Words for...

    AxisScaling.maximum property. Gets or sets the maximum value of the axis.... LINE , 500 , 300 ) chart = shape...

    reference.aspose.com/words/python-net/aspose.wo...
  7. AxisTickLabels.alignment property | Aspose.Word...

    AxisTickLabels.alignment property. Gets or sets text alignment of the axis tick labels....property has effect only for multi-line labels. The default value is...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ChartAxis.has_major_gridlines property | Aspose...

    ChartAxis.has_major_gridLines property. Gets or sets a flag indicating whether the axis has major gridLines.... LINE , 500 , 300 ) chart = shape...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ChartAxis.scaling property | Aspose.Words for P...

    ChartAxis.scaling property. Provides access to the scaling options of the axis.... LINE , 500 , 300 ) chart = shape...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Clone a Document in Java|Aspose.Words for Java

    Clone a document to get its identical copy. When creating a copy, nodes and properties of the original document are cloned using Java....generation, and you only need one line of code to get a copy of your...

    docs.aspose.com/words/java/clone-a-document/