Sort Score
Result 10 results
Languages All
Labels All
Results 3,271 - 3,280 of 34,677 for

line

(0.07 sec)
  1. Access Mail Services using OAuth|Documentation

    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....StringBuilder (); String line ; try { while (( line = reader . readLine...= null ) { result . append ( line ); } } catch ( IOException e...

    docs.aspose.com/email/java/access-mail-services...
  2. Working with Paragraphs in Java|Aspose.Words fo...

    Paragraph node manipulation practices using Java....attributes like color, line style, line width, distance from the...

    docs.aspose.com/words/java/working-with-paragra...
  3. Images is placed over footer when converting do...

    version 20.5 Java When converting the attached document to PDF some images is covering the footer information. Is this a know issue and are there any fixes in later versions? In the uploaded files I’ve attached the wor…... The line itself fits into the available...(which is located below the line) that does not fit and causes...

    forum.aspose.com/t/images-is-placed-over-footer...
  4. Caused by: java.lang.RuntimeException: Fontconf...

    Hi Team, Migrating jdk1.8 to jdk11, Received below error in higher region and it works fine in lower region. could you please assist aused by: java.lang.RuntimeException: Fontconfig head is null, check your fonts or f…...this property via the command line when launching the JVM. Install..."true"); Or set it via the command line when launching the JVM: -Djava...

    forum.aspose.com/t/caused-by-java-lang-runtimee...
  5. Totals is not recovering correctly - Free Suppo...

    Hi, We are using table with multiple Totals One of them as Total Row. The others are user created and they are part of the table. We use the mechanism table.ShowTotals = false; and after manipulating the data (includi…... Please add a line (in bold) to your code segment...segment. I tested by adding the line and it works fine and as expected:...

    forum.aspose.com/t/totals-is-not-recovering-cor...
  6. TextPath.XScale | Aspose.Words for .NET

    Discover how the TextPath XScale property enhances your design by enabling straight text paths for smoother, more precise layouts...., Color wordArtFill , Color line , ShapeType wordArtShapeType...wordArtFill , StrokeColor = line }; shape . TextPath . Text =...

    reference.aspose.com/words/net/aspose.words.dra...
  7. TextPath.StrikeThrough | Aspose.Words for .NET

    Discover the TextPath StrikeThrough property—easily format text with strikethrough for clear visual emphasis in your projects. Enhance your design today!..., Color wordArtFill , Color line , ShapeType wordArtShapeType...wordArtFill , StrokeColor = line }; shape . TextPath . Text =...

    reference.aspose.com/words/net/aspose.words.dra...
  8. TextPath.ReverseRows | Aspose.Words for .NET

    Discover the TextPath ReverseRows property to enhance your layout. Control row order for improved design flexibility and user experience...., Color wordArtFill , Color line , ShapeType wordArtShapeType...wordArtFill , StrokeColor = line }; shape . TextPath . Text =...

    reference.aspose.com/words/net/aspose.words.dra...
  9. TextPath.Bold | Aspose.Words for .NET

    Discover the TextPath Bold property. Easily format your text in bold for enhanced readability and visual impact in your designs...., Color wordArtFill , Color line , ShapeType wordArtShapeType...wordArtFill , StrokeColor = line }; shape . TextPath . Text =...

    reference.aspose.com/words/net/aspose.words.dra...
  10. X Axis Vs. Category Axis with C++|Documentation

    Learn how to differentiate between the X axis and the Category axis in Aspose.Cells for C++. Our guide will help you understand the differences in their usage and properties, and how to configure them according to your needs....Axis, and the second chart is a line chart with X as a Category Axis...). PutValue ( 2 ); // Create Line Chart: X as Category Axis int...

    docs.aspose.com/cells/cpp/x-axis-vs-category-axis/