Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 22,637 for

loadoptions

(0.11 sec)
  1. LanguagePreferences.DefaultEditingLanguage | As...

    Manage your editing experience with the LanguagePreferences DefaultEditingLanguage property. Easily set and customize your default editing language.... LoadOptions loadOptions = new LoadOptions (); loadOptions...editing language.docx" , loadOptions ); int localeId = doc . Styles...

    reference.aspose.com/words/net/aspose.words.loa...
  2. Open Text Files as Workbooks|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....txt" ; // LoadOptions to represent the options...the file LoadOptions loadOptions = new LoadOptions ( LoadFormat...

    docs.aspose.com/cells/net/open-text-files-as-wo...
  3. Aspose::Words::Document::Document constructor |...

    Aspose::Words::Document::Document constructor. Creates a blank Word document in C++....can be done by passing a LoadOptions object when loading the document...Aspose :: Words :: Loading :: LoadOptions > ( u "docPassword" )); ASSERT_EQ...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. TxtLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.TEXT document into a Document object in Java....LoadOptions public class TxtLoadOptions...TxtLoadOptions extends LoadOptions Allows to specify additional options...

    reference.aspose.com/words/java/com.aspose.word...
  5. HtmlLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading HTML document into a Document object in Java....LoadOptions public class HtmlLoadOptions...HtmlLoadOptions extends LoadOptions Allows to specify additional options...

    reference.aspose.com/words/java/com.aspose.word...
  6. 在 Android 上打开演示文稿|Aspose.Slides 文档

    通过 Aspose.Slides for Android 使用 Java 轻松打开 PowerPoint(.pptx、.ppt)和 OpenDocument(.odp)演示文稿——快速、可靠、功能齐全。...打开受密码保护的演示文稿 当需要打开受密码保护的演示文稿时,请通过 LoadOptions 类的 setPassword 方法传递密码以解密并加载它。以下...代码演示了此操作: LoadOptions loadOptions = new LoadOptions (); loadOptions...

    docs.aspose.com/slides/zh/androidjava/open-pres...
  7. IDocumentConverterPlugin.ConvertToImages | Aspo...

    Effortlessly convert document pages to images with the ConvertToImages method in IDocumentConverterPlugin. Fast, reliable, and easy to use!...Stream inputStream , LoadOptions loadOptions , SaveOptions saveOptions...The input stream. loadOptions LoadOptions The document load options...

    reference.aspose.com/words/net/aspose.words/ido...
  8. LoadOptions.PreserveIncludePictureField | Aspos...

    Control the INCLUDEPICTURE field in Microsoft Word formats with Loadoptions PreserveIncludePictureField. Easily manage document formatting for optimal results....PreserveIncludePictu Contents [ Hide ] LoadOptions.PreserveIncludePictu property...// We can set a flag in a LoadOptions object to decide whether...

    reference.aspose.com/words/net/aspose.words.loa...
  9. ConverterContext | Aspose.Words for Java

    Document converter context in Java....Words"); } LoadOptions loadOptions = new LoadOptions(); { loadOptions...create(converterContext) .from(doc, loadOptions) .to(getArtifactsDir() +...

    reference.aspose.com/words/java/com.aspose.word...
  10. MergerContext Class | Aspose.Words for .NET

    Discover the Aspose.Words LowCode MergerContext class for seamless document merging, enhancing productivity with powerful and efficient solutions....Execute (); LoadOptions firstLoadOptions = new LoadOptions () { IgnoreOleData...true }; LoadOptions secondLoadOptions = new LoadOptions () { IgnoreOleData...

    reference.aspose.com/words/net/aspose.words.low...