Sort Score
Result 10 results
Languages All
Labels All
Results 3,111 - 3,120 of 34,484 for

line

(0.19 sec)
  1. 不用在工作表中编写,直接用JavaScript用C++进行自定义函数的计算|Documenta...

    本文介绍如何使用Aspose.Cells库,允许用JavaScript用C++在Microsoft Excel中直接计算自定义函数,无需在工作表中编写函数。加载现有Excel文件或新建一个,计算自定义函数,并保存修改后的文件。...new CustomEngine (); // This line shows how you can call your...After the execution of this line, it will return // Welcome to...

    docs.aspose.com/cells/zh/javascript-cpp/direct-...
  2. How to get Content height on the page? - Free S...

    Hello Aspose! Could you please help me with finding out height of content on the page? My task is add TextStamp on each stamp. In the same time stamp should not overlap content. First option to do it is calculate sta…...will return font size of one line, independent of stamp's width...restrict user to use only one line. But font size anyway can be...

    forum.aspose.com/t/how-to-get-content-height-on...
  3. 用JavaScript通过C++设置主轴和副轴|Documentation

    学习如何理解和使用Aspose.Cells for JavaScript通过C++中的主轴和副轴。我们的指南将帮助您理解主轴与副轴的区别,以及如何有效配置和使用它们。...the second series ChartType to line chart . nSeries . get ( 1 )...). type = ChartType . Line ; // Set the series name chart . nSeries...

    docs.aspose.com/cells/zh/javascript-cpp/primary...
  4. Aspose::Words::Drawing::Charts::ChartTitle::get...

    Aspose::Words::Drawing::Charts::ChartTitle::get_Format method. Provides access to fill and Line formatting of the chart title in C++....Provides access to fill and line formatting of the chart title...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Aspose::Words::Drawing::Charts::ChartLegend::ge...

    Aspose::Words::Drawing::Charts::ChartLegend::get_Format method. Provides access to fill and Line formatting of the legend in C++....Provides access to fill and line formatting of the legend. System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. CompatibilityOptions.suppressSpacingAtTopOfPage...

    CompatibilityOptions.suppressSpacingAtTopOfPage property. Ignore Minimum Line Height for First Line on Page....property Ignore Minimum Line Height for First Line on Page. get suppressSpacingAtTop...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Layout|Documentation

    Layout elements are used to arrange other elements and define the appearance and design of the OMR form....is used to add one or more lines of text to the form. Can only...This element is used to add a line of text to the parent element...

    docs.aspose.com/omr/net/txt-markup/elements-lay...
  8. Rotate Text with Shape inside the Worksheet|Doc...

    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....Document Assistant Close Set Line Spacing of the Paragraph in...

    docs.aspose.com/cells/python-net/rotate-text-wi...
  9. Create, Open and Add Mbox Files in C# .NET

    Discover mbox format for effective storage and processing of your email messages. Learn to create, open and add mbox files in C# .NET...“From " line (note the space after “From”). This line marks the...including mboxo (where the “From " line is preceded by a newline character)...

    blog.aspose.com/email/creating-mbox-files-using...
  10. 新建一个DwgImage对象,插入线段、图形以及图片,保存为PDF时都可以显示,保存成dwg时...

    public static void main(String[] args) { // 创建一个新的CadImage实例,指定DWG版本 DwgImage dwgImage = new DwgImage(); // 创建一条直线 CadLine Line = new CadLine(); Line.setFirstPoint(new Cad3DPoint(0, 0, 0)); Line.setSec…...// 创建一条直线 CadLine line = new CadLine(); line.setFirstPoint(new...0)); line.setSecondPoint(new Cad3DPoint(0, 100, 0)); line.setLayerName("0");...

    forum.aspose.com/t/dwgimage-pdf-dwg/320179