Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 22,507 for

loadoptions

(0.07 sec)
  1. IDocumentProcessorPlugin.load method | Aspose.W...

    IDocumentProcessorPlugin.load method. Load the document using the specified load options.... LoadOptions ): ... Parameter Type Description...input stream. load_options LoadOptions The document load options...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Filtering the kind of data while loading the wo...

    Learn how to filter specific data types while loading a workbook from a template file using Aspose.Cells with C++.... Please use the LoadOptions.GetLoadFilter() property...will not be loaded because LoadOptions.GetLoadFilter() property...

    docs.aspose.com/cells/cpp/filtering-the-kind-of...
  3. Shape conversion into image with same font diff...

    Hello, we found an issue with the conversion of the shape of the following docx. Smart objects - formatting issue (2).docx (24.1 KB) Our environment: Debian 12 Python 3.12 Aspose-Words - 25.7.0 Image after conversio…...Font Settings : Use the LoadOptions to pass the FontSettings...FontSettings LoadOptions loadOptions = new LoadOptions(); loadOptions...

    forum.aspose.com/t/shape-conversion-into-image-...
  4. Filter VBA Project while loading a workbook wit...

    Learn how to filter VBA projects while loading Excel workbooks using Aspose.Cells for JavaScript via C++....Workbook , SaveFormat , LoadOptions , LoadFormat , LoadFilter...load VBA const loadOptions = new LoadOptions ( LoadFormat . Auto...

    docs.aspose.com/cells/javascript-cpp/filter-vba...
  5. HtmlLoadOptions.SupportFontFaceRules | Aspose.W...

    Discover HtmlLoadoptions SupportFontFaceRules, control font loading with ease. Enhance your web design by enabling custom fonts for a polished look....HtmlLoadOptions loadOptions = new HtmlLoadOptions (); loadOptions . SupportFontFaceRules..."Html with FontFace.html" , loadOptions ); Assert . That ( doc ....

    reference.aspose.com/words/net/aspose.words.loa...
  6. RtfLoadOptions.RecognizeUtf8Text | Aspose.Words...

    Discover how the RtfLoadoptions RecognizeUtf8Text property preserves UTF-8 characters during import, ensuring accurate text representation and seamless integration.... RtfLoadOptions loadOptions = new RtfLoadOptions ();...that may occur in the text. loadOptions . RecognizeUtf8Text = recognizeUtf8Text...

    reference.aspose.com/words/net/aspose.words.loa...
  7. Aspose::Words::Loading::RtfLoadOptions::RtfLoad...

    Aspose::Words::Loading::RtfLoadoptions::RtfLoadoptions constructor. Initializes a new instance of this class with default values in C++.... auto loadOptions = System :: MakeObject <...that may occur in the text. loadOptions -> set_RecognizeUtf8Text...

    reference.aspose.com/words/cpp/aspose.words.loa...
  8. Aspose::Words::Loading::MarkdownLoadOptions::ge...

    Aspose::Words::Loading::MarkdownLoadoptions::get_PreserveEmptyLines method. Gets or sets a boolean value indicating whether to preserve empty lines while load a Markdown document. The default value is false. Normally, empty lines between block-level elements in Markdown are ignored. Empty lines at the beginning and end of the document are also ignored. This option allows to import such empty lines in C++....GetBytes ( mdText )); auto loadOptions = System :: MakeObject <...MarkdownLoadOptions > (); loadOptions -> set_PreserveEmptyLines...

    reference.aspose.com/words/cpp/aspose.words.loa...
  9. LoadOptions.recovery_mode property | Aspose.Wor...

    Loadoptions.recovery_mode property. Defines how the document should be handled if errors occur during loading...recovery_mode property LoadOptions.recovery_mode property Defines...load_options = aw . loading . LoadOptions () load_options . recovery_mode...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Document Processing Interruption in C#|Aspose.W...

    How to use the .NET CancellationToken in Aspose.Words to safely interrupt long-running document processing tasks in C#...token ); LoadOptions loadOptions = new LoadOptions (); loadOptions...= cancelationCallback ; loadOptions . ResourceLoadingCallb =...

    docs.aspose.com/words/net/document-processing-i...