Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 29,010 for

line

(0.08 sec)
  1. ChartType Enum | Aspose.Words for .NET

    Explore the Aspose.Words.Drawing.Charts.ChartType enum to discover various chart types and enhance your document's data visualization effortlessly.... Line 22 Line chart. LineStacked 23 Stacked Line chart....24 100% Stacked Line chart. Line3D 25 3D Line chart. Pie 26 Pie...

    reference.aspose.com/words/net/aspose.words.dra...
  2. ShapeLineStyle enumeration | Aspose.Words for P...

    aspose.words.drawing.ShapeLineStyle enumeration. Specifies the compound Line style of a [Shape](../shape/)....enumeration Specifies the compound line style of a Shape . Members Name...Description SINGLE Single line. DOUBLE Double lines of equal width. THICK_THIN...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::PageSetup::get_LinesPerPage meth...

    Aspose::Words::PageSetup::get_LinesPerPage method. Gets or sets the number of Lines per page in the document grid in C++....Gets or sets the number of lines per page in the document grid...of the Normal style. Minimum line pitch is 136 percent of the...

    reference.aspose.com/words/cpp/aspose.words/pag...
  4. Unable to add layers and assign entities in DWG...

    Dear Aspose Support, I’m trying to create a DWG file from scratch using DwgImage in C# (.NET), and I would like to add layers and assign entities to specific layers. Unfortunately, this doesn’t seem to work as expected. …...Add(pointsLayer); //add line CadLine line = new CadLine(new Cad3DPoint(0...100)); line.LayerName = "LinesLayer"; dwgImage.AddEntity(line); CadPoint...

    forum.aspose.com/t/unable-to-add-layers-and-ass...
  5. Manage Attachments in Email Message in Python|D...

    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.... setHtmlBody ( "<b>This line is in bold.</b> <br/> <br/>"...<br/>" + "<font color=blue>This line is in blue color</font>" ) \...

    docs.aspose.com/email/java/manage-attachments-i...
  6. ChartSeries.HasDataLabels | Aspose.Words for .NET

    Discover the ChartSeries HasDataLabels property to easily manage data label visibility for your series, enhancing your data visualization experience....DocumentBuilder ( doc ); // Add a line chart, then clear its demo data.... InsertChart ( ChartType . Line , 500 , 300 ); Chart chart =...

    reference.aspose.com/words/net/aspose.words.dra...
  7. ChartDataLabelCollection.number_format property...

    ChartDataLabelCollection.number_format property. Gets an [ChartNumberFormat](../../chartnumberformat/) instance allowing to set number format for the data labels of the entire series....DocumentBuilder ( doc = doc ) # Add a line chart, then clear its demo data...drawing . charts . ChartType . LINE , width = 500 , height = 300...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Fields::FieldAddressBlock::get_I...

    Aspose::Words::Fields::FieldAddressBlock::get_IncludeCountryOrRegionName method. Gets or sets whether to include the name of the country/region in C++....<Forename> <Surname> <Address Line 1> <Region> <Postcode> <Country>"...<Forename> <Surname> <Address Line 1> <Region> <Postcode> <Country>...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. 将弧形对象添加到PDF文件|Aspose.PDF for C++

    本文介绍如何使用Aspose.PDF for C++在PDF中创建弧形对象。...auto line = MakeObject < Aspose :: Pdf :: Drawing :: Line > (... 100 , 100 , 100 , 195 })); line -> get_GraphInfo () -> set_FillColor...

    docs.aspose.com/pdf/zh/cpp/add-arc/
  10. Fills and Strokes in SVG – Basics and SVG Code

    Learn about properties that allow you to set different aspects of SVG fill and stroke, including color, opacity, thickness, use of dashing, etc....properties that can be set for any lines, text and shapes. In the SVG..."translate(0 125)" /> 4 </ svg > SVG Lines and Stroke Caps The more often...

    docs.aspose.com/svg/net/drawing-basics/fills-an...