Sort Score
Result 10 results
Languages All
Labels All
Results 8,011 - 8,020 of 180,166 for

aspose page

(0.17 sec)
  1. How to set AutoRecover property of Workbook wit...

    Learn how to enable or disable the AutoRecover property of a workbook using Aspose.Cells for C++....Contents [ Hide ] You can use Aspose.Cells to set the AutoRecover...(autosave) for that Excel file. Aspose.Cells provides the Workbook...

    docs.aspose.com/cells/cpp/how-to-set-autorecove...
  2. Adding Header and Footer to PDF using Python|As...

    Aspose.PDF for Python via .NET allows you to add headers and footers to your PDF file using TextStamp class....using Python Contents [ Hide ] Aspose.PDF for Python via .NET allows...headers and footers to all pages in a PDF. It creates header...

    docs.aspose.com/pdf/python-net/add-headers-and-...
  3. Support for German Locale in Named Range Formul...

    Learn how to handle named range formulae in German locale using Aspose.Cells with C++....<iostream> #include "Aspose.Cells.h" using namespace Aspose :: Cells ;...; int main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/cpp/support-for-german-lo...
  4. Create a TextBox in which each line has a diffe...

    Learn how to create a TextBox with different horizontal alignment for each line using Aspose.Cells with C++....<iostream> #include "Aspose.Cells.h" using namespace Aspose :: Cells ;...; int main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/cpp/create-textbox-in-whi...
  5. How to change the Comment Font Color with C++|D...

    Learn how to customize comment font color in Excel using Aspose.Cells with C++.... Aspose.Cells provides APIs to accomplish...accomplish the task. Aspose.Cells provides a Shape.GetTextBody()...

    docs.aspose.com/cells/cpp/how-to-change-the-com...
  6. Add a library reference to VBA project in workb...

    Learn how to add or register library references to the VBA project in a workbook using Aspose.Cells for C++.... You can do it using the Aspose.Cells VbaProject.References...project in a workbook using Aspose.Cells The following sample...

    docs.aspose.com/cells/cpp/add-a-library-referen...
  7. Create Volume-High-Low-Close(VHLC) Stock Chart ...

    Learn how to create a volume-high-low-close stock chart using Aspose.Cells for C++. Our guide will demonstrate how to plot stock market data, including volume, high, low, and close prices, onto a chart for better analysis and visualization....<iostream> #include "Aspose.Cells.h" using namespace Aspose :: Cells ;...; int main () { Aspose :: Cells :: Startup (); // Create an instance...

    docs.aspose.com/cells/cpp/create-volume-high-lo...
  8. Create Volume-Open-High-Low-Close (VOHLC) Stock...

    Learn how to create a volume-open-high-low-close stock chart using Aspose.Cells for C++. Our guide will demonstrate how to plot stock market data, including volume, open, high, low, and close prices, onto a chart for better analysis and visualization....<iostream> #include "Aspose.Cells.h" using namespace Aspose :: Cells ;...; int main () { Aspose :: Cells :: Startup (); // Create an instance...

    docs.aspose.com/cells/cpp/create-volume-open-hi...
  9. Link Cells to XML Map Elements with C++|Documen...

    Learn how to link cells to XML Map elements using Aspose.Cells with C++....cells to XML Map elements using Aspose.Cells. Please use the Cells...<iostream> #include "Aspose.Cells.h" using namespace Aspose :: Cells ;...

    docs.aspose.com/cells/cpp/link-cells-to-xml-map...
  10. Generic GDI error on PDF to TIFF conversion - F...

    I have a generic GDI exception on a vector PDF, I attach it, my code is: Aspose.Pdf.Document pdfDocument = new Aspose.Pdf.Document(streamInput); bool IsLandscape = IsPageLandscape(pdfDocument.Pages.First()); var book…...TIFF conversion Aspose.PDF Product Family aspose-pdf-net ilbarzo...code is: Aspose.Pdf.Document pdfDocument = new Aspose.Pdf.Document(streamInput);...

    forum.aspose.com/t/generic-gdi-error-on-pdf-to-...