Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 34,673 for

line

(0.13 sec)
  1. Chart Types with Node.js via C++|Documentation

    Learn about the various chart types supported by Aspose.Cells for Node.js. Our guide will walk you through the different types of charts available and show you how to create and modify them to enhance your worksheets....standard formatting: Column Bar Line Pie Scatter Area Doughnut Radar...bar chart Line Charts Line charts make use of lines to display...

    docs.aspose.com/cells/nodejs-cpp/chart-types/
  2. Insert Pictures and Shapes of Excel files.|Docu...

    Manage pictures, oleobject, shapes into Excel files....types: Pictures OleObjects Lines Rectangles Basic Shapes Block...very easy. It only takes a few lines of code: Simply call the Add...

    docs.aspose.com/cells/net/insert-shapes/
  3. Aspose::Words::Drawing::SignatureLine::get_Inst...

    Aspose::Words::Drawing::SignatureLine::get_Instructions method. Gets or sets instructions to the signer that are displayed on signing the signature Line. This property is ignored if DefaultInstructions is set. Default value for this property is empty string in C++....displayed on signing the signature line. This property is ignored if...Examples Shows how to create a line for a signature and insert it...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Add Figures Annotations using C++|Aspose.PDF fo...

    This article describes how to add, get, and delete figures annotations from your PDF document with Aspose.PDF for C++...vertices connected by straight lines. Polyline Annotations are also..."Appartments_del.pdf" ); } How to add Line Annotation into existing PDF...

    docs.aspose.com/pdf/cpp/figures-annotation/
  5. Aspose::Words::Drawing::Charts::ChartSeriesGrou...

    Aspose::Words::Drawing::Charts::ChartSeriesGroup::get_AxisX method. Provides access to properties of the X axis of this series group in C++....Drawing :: Charts :: ChartType :: Line , 450 , 250 ); System :: SharedPtr...additional series group, also of the line type. System :: SharedPtr <...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Aspose::Words::Drawing::Charts::ChartSeriesGrou...

    Aspose::Words::Drawing::Charts::ChartSeriesGroup::get_SeriesType method. Gets the type of chart series included in this group in C++....Drawing :: Charts :: ChartType :: Line , 450 , 250 ); System :: SharedPtr...additional series group, also of the line type. System :: SharedPtr <...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. EmptyLine|Documentation

    EmptyLine element is used to add vertical spacing between elements....vertical spacing equal to one line of text between other elements...the form. height integer One line of text using the default font...

    docs.aspose.com/omr/net/json-markup/emptyline/
  8. ChartMarker | Aspose.Words for Java

    Represents a chart data marker in Java....to work with data points on a line chart. public void chartDataPoint()...builder.insertChart(ChartType.LINE, 500.0, 350.0); Chart chart...

    reference.aspose.com/words/java/com.aspose.word...
  9. Working with Fonts in Java|Aspose.Words for Java

    Font formatting in details using Java.... Getting Font Line Spacing The line spacing of a font is...two consecutive lines of text. Thus, the line spacing includes...

    docs.aspose.com/words/java/working-with-fonts/
  10. Getting error while converting word document to...

    GeneratedDoc.docx (23.0 KB) I am trying to convert this docx file to pdf using the below method. wordDocument.Save(pdfDocStream, pdfSaveOptions); But I am getting null reference exception error on this Line of code. H…...error on this line of code. However, if I add this line of code before...document.xml before and after that line of code, I did not see any difference...

    forum.aspose.com/t/getting-error-while-converti...