Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 27,596 for

index

(0.1 sec)
  1. Aspose::Words::Notes::Footnote::get_IsAuto meth...

    Aspose::Words::Notes::Footnote::get_IsAuto method. Holds a value that specifies whether this is a auto-numbered footnote or footnote with user defined custom reference mark in C++....reference mark // will be its index among all the section's footnotes...footnote will use instead of its index number. footnote -> set_ReferenceMark...

    reference.aspose.com/words/cpp/aspose.words.not...
  2. Aspose::Words::Fields::GeneralFormatCollection:...

    Aspose::Words::Fields::GeneralFormatCollection::Add method. Adds a general format to the collection in C++....); field -> Update (); int index = 0 ; { SharedPtr < System ::...u "General format index {0}: {1}" , index ++ , generalFormatEnumera...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. TabStopCollection class | Aspose.Words for Node.js

    Aspose.Words.TabStopCollection class. A collection of [TabStop](../tabstop/) objects that represent custom tabs for a paragraph or a style...getIndexByPosition(position) Gets the index of a tab stop with the specified...points. getPositionByIndex(index) Gets the position (in points)...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Convert PDF to Image in C# | products.aspose.com

    Convert PDF to Image in C#. Use .NET library API to convert PDF pages to 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/pdf-t...
  5. Convert PPT to XML using C++ application | prod...

    Sample C++ conversion code for PPT document to XML format. Use example code for batch PPT 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/ppt-t...
  6. Convert HTML to XML in C# | products.aspose.com

    Convert HTML to XML in C#. Use .NET library API to convert HTML document to XML file...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/html-...
  7. Convert ODP to SVG using C++ application | prod...

    Sample C++ conversion code for ODP document to SVG format. Use example code for batch ODP 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/odp-t...
  8. Convert PPSX to SVG using C++ application | pro...

    Sample C++ conversion code for PPSX document to SVG format. Use example code for batch PPSX 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/ppsx-...
  9. Convert PPTM to SVG using C++ application | pro...

    Sample C++ conversion code for PPTM document to SVG format. Use example code for batch PPTM 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/pptm-...
  10. Convert POTM to XML using C++ application | pro...

    Sample C++ conversion code for POTM document to XML format. Use example code for batch POTM 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/potm-...