Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 35,601 for

index

(0.63 sec)
  1. 使用 C++ 自动调整合并单元格的行高|Documentation

    了解如何使用 Aspose.Cells for C++ 自动调整 Excel 中合并单元格的行高。...// Add a new worksheet int index = workbook . GetWorksheets ()...workbook . GetWorksheets (). Get ( index ); sheet2 . SetName ( U16String...

    docs.aspose.com/cells/zh/cpp/autofit-rows-for-m...
  2. AutoFit Rows for Merged Cells with JavaScript v...

    Learn how to auto-fit rows for merged cells using Aspose.Cells for JavaScript via C++. Implement auto-fit functionality for merged cells in spreadsheets....autoFitRows ( options ); let index = workbook . worksheets . add...workbook . worksheets . get ( index ); sheet2 . name = "Sheet2"...

    docs.aspose.com/cells/javascript-cpp/autofit-ro...
  3. 现代 API|Aspose.Slides for Node.js via .NET 文档

    现代 API...for ( var index = 0 ; index < bitmaps . length ; index ++ ) { var...var thumbnail = bitmaps [ index ]; var imageio = java . import...

    docs.aspose.com/slides/zh/nodejs-java/modern-api/
  4. Load font files from disc | API Solution | .NET

    .NET API Solution to manage fonts. Learn how to load fonts from a disc with a few lines of C# code. Code examples of loading functionality....Length)); for ( int index = 0 ; index < fds.Length; index++) { string...string fontName = fds[index].FontName; Console.WriteLine( string .Format(...

    products.aspose.com/font/net/load-font-from-disc/
  5. Convert PPTX to SVG using C++ application | pro...

    Sample C++ conversion code for PPTX document to SVG format. Use example code for batch PPTX to SVG conversion within any C++ Application.... for (int32_t index = 0 ; index < prs->get_Slides()->get_Count();...prs->get_Slides()->get_Count(); index++) { auto fileName = String::Format(u "slide-{0}...

    products.aspose.com/slides/cpp/conversion/pptx-...
  6. Convert PPS to XML using C++ application | prod...

    Sample C++ conversion code for PPS document to XML format. Use example code for batch PPS to XML conversion within any C++ Application.... for (int32_t index = 0 ; index < prs->get_Slides()->get_Count();...prs->get_Slides()->get_Count(); index++) { auto fileName = String::Format(u "slide-{0}...

    products.aspose.com/slides/cpp/conversion/pps-t...
  7. Convert PDF to SVG in C# | products.aspose.com

    Convert PDF to SVG in C#. Use .NET library API to convert PDF pages to SVG images...for ( var index = 0 ; index < pres.Slides.Count; index++) { ISlide...ISlide slide = pres.Slides[index]; using (FileStream stream = new...

    products.aspose.com/slides/net/conversion/pdf-t...
  8. Convert HTML to JPG in C# | products.aspose.com

    Convert HTML to JPG in C#. Use .NET library API to convert HTML files to JPG images...for ( var index = 0 ; index < pres.Slides.Count; index++) { ISlide...ISlide slide = pres.Slides[index]; slide.GetThumbnail( new Size(...

    products.aspose.com/slides/net/conversion/html-...
  9. Convert POT to XML using C++ application | prod...

    Sample C++ conversion code for POT document to XML format. Use example code for batch POT to XML conversion within any C++ Application.... for (int32_t index = 0 ; index < prs->get_Slides()->get_Count();...prs->get_Slides()->get_Count(); index++) { auto fileName = String::Format(u "slide-{0}...

    products.aspose.com/slides/cpp/conversion/pot-t...
  10. Convert PPTM to XML using C++ application | pro...

    Sample C++ conversion code for PPTM document to XML format. Use example code for batch PPTM to XML conversion within any C++ Application.... for (int32_t index = 0 ; index < prs->get_Slides()->get_Count();...prs->get_Slides()->get_Count(); index++) { auto fileName = String::Format(u "slide-{0}...

    products.aspose.com/slides/cpp/conversion/pptm-...