Sort Score
Result 10 results
Languages All
Labels All
Results 3,601 - 3,610 of 143,535 for

page

(0.09 sec)
  1. Რამდენიმე WORD JPG Java

    შეაერთეთ მრავალი WORD JPG Java კოდში. შეინახეთ WORD როგორც JPG Java....for ( int page = 0 ; page < output.getPageCount(); page++) { Document...extractedPage = output.extractPages(page, 1 ); extractedPage.save(String...

    products.aspose.com/words/ka/java/merge/word-to...
  2. Რამდენიმე WORD PNG Java

    შეაერთეთ მრავალი WORD PNG Java კოდში. შეინახეთ WORD როგორც PNG Java....for ( int page = 0 ; page < output.getPageCount(); page++) { Document...extractedPage = output.extractPages(page, 1 ); extractedPage.save(String...

    products.aspose.com/words/ka/java/merge/word-to...
  3. Გადაიყვანეთ JPG PDF C++

    გადაიყვანეთ JPG PDF C++ ფორმატში კოდით. შეინახეთ JPG როგორც PDF C++....for (int page = 0; page < doc->get_PageCount(); page++) { sav...saveOptions->set_PageSet(MakeObject<PageSet>(page)); doc->Save(String::Format(u"Output_{0}...

    products.aspose.com/words/ka/cpp/conversion/jpg...
  4. Გადაიყვანეთ JPG GIF C++

    გადაიყვანეთ JPG GIF C++ ფორმატში კოდით. შეინახეთ JPG როგორც GIF C++....for (int page = 0; page < doc->get_PageCount(); page++) { sav...saveOptions->set_PageSet(MakeObject<PageSet>(page)); doc->Save(String::Format(u"Output_{0}...

    products.aspose.com/words/ka/cpp/conversion/jpg...
  5. DocumentBase.backgroundShape property | Aspose....

    DocumentBase.backgroundShape property. Gets or sets the background shape of the document...a background shape for every page of a document. let doc = new...ways of using this shape as a page background. // 1 - A flat color:...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. CompatibilityOptions.suppress_spacing_at_top_of...

    CompatibilityOptions.suppress_spacing_at_top_of_Page property. Ignore Minimum Line Height for First Line on Page....suppress_spacing_at_top_of_page property CompatibilityOptions....suppress_spacing_at_top_of_page property Ignore Minimum Line...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Security Features in Python|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....Unprotect a Worksheet in Python Page Setup Features in Python Value...

    docs.aspose.com/cells/java/security-features-in...
  8. Aspose::Words::Vba::VbaModuleCollection::Remove...

    Aspose::Words::Vba::VbaModuleCollection::Remove method. Removes the specified module from the collection in C++....name: {0} signed; Project code page: {1}; Modules count: {2} \n...{0} not signed; Project code page: {1}; Modules count: {2} \n...

    reference.aspose.com/words/cpp/aspose.words.vba...
  9. Working With Worksheets in Ruby|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....Management Features in Ruby Page Setup Features in Ruby Security...

    docs.aspose.com/cells/java/working-with-workshe...
  10. Setting Print Options|Documentation

    This article demonstrates how to programmatically set the Print Options of the Excel Worksheet Page Setup feature using the C# API and .NET Library. You can set the Print Area, Print Titles and Page Order....Contents [ Hide ] Microsoft Excel’s page setup settings provide several...users to control how worksheet pages are printed. Setting Print Options...

    docs.aspose.com/cells/net/setting-print-options/