Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 35,054 for

line

(0.4 sec)
  1. How to Strike Out Text in PPTX using Python

    This topic focuses on how to strike out text in PPTX using Python. It includes the details to establish the environment, a step-wise process and a working example code to strike out PPTX text using Python....textframe and set the Double line strike through for the portion...textframe and set the single line strike for the portion text...

    kb.aspose.com/slides/python/how-to-strike-out-t...
  2. How to create waterfall chart with C++|Document...

    Create waterfall charts in Excel with C++ and Aspose.Cells for C++ API....chart types, including column, line, pie, bar, radar, etc. but the...waterfall chart with the help of line chart. The API also allows customizing...

    docs.aspose.com/cells/cpp/creating-waterfall-ch...
  3. Extract text or images from PDF using Java | As...

    Source code on Java to extract text and images from PDF files on Java and PHP....writer and open the file, write a line of text to the file Extract..."extracted-text.txt" , true ); // Write a line of text to the file writer ...

    products.aspose.com/pdf/java/parser/
  4. SDT Not Getting Created Uniformly - Free Suppor...

    I am creating StructuredDocumentTag using below code: public StructuredDocumentTag createNewStructureDocumentTag(Document document) { StructuredDocumentTag structuredDocumentTag; try { struct…... If there is only one line MS Word shows list label outside... If there are more than one line, list label is shown inside...

    forum.aspose.com/t/sdt-not-getting-created-unif...
  5. Removing Paragraphs Containing Only Template Sy...

    Learn how remove paragraphs containing only template tags using LINQ in Java....that contains whitespace or line‑break characters be removed...visible characters. Whitespace and line‑breaks are ignored, so such...

    docs.aspose.com/words/java/removing-paragraphs-...
  6. Text underline not appearing correctly when sav...

    Hi team, I am using the code below on a linux server to create an image from a range, I insert the image into PowerPoint. private static ImageOrPrintOptions _options = new ImageOrPrintOptions() { HorizontalResolution…...Worksheets["Line Chart"].PageSetup.PrintArea...new SheetRender(c.Worksheets["Line Chart"], _options); render.ToImage(0...

    forum.aspose.com/t/text-underline-not-appearing...
  7. Customize Chart Legends in Presentations on And...

    Customize chart legends with Aspose.Slides for Android via Java to optimize PowerPoint presentations with tailored legend formatting.... Can I make multi-line legend labels? Yes. Long labels...space is insufficient; forced line breaks are supported via newline...

    docs.aspose.com/slides/androidjava/chart-legend/
  8. Read iXBRL File via C# | products.aspose.com

    Sample code for iXBRL file reading. Use API example code to read batch iXBRL files within .NET based applications.... Install it via command line as nuget install Aspose.Finance...

    products.aspose.com/finance/net/read/ixbrl/
  9. Read XBRL File via C# | products.aspose.com

    Sample code for XBRL file reading. Use API example code to read batch XBRL files within .NET based applications.... Install it via command line as nuget install Aspose.Finance...

    products.aspose.com/finance/net/read/xbrl/
  10. Direct calculation of custom function without w...

    This article introduces how to use Aspose.Cells library to directly calculate custom functions in Microsoft Excel without writing the function in a worksheet using JavaScript via C++. Load an existing Excel file or create a new one, calculate the custom function, and save the modified file....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/javascript-cpp/direct-cal...