Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 22,573 for

loadoptions

(0.16 sec)
  1. 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...
  2. 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...
  3. Open Different Microsoft Excel Versions Files|D...

    This article explains how to open different Excel versions files using Aspose.Cells for Python via .NET API....0 file, use LoadOptions and set the appropriate attribute...attribute of the LoadOptions class for the template file to be...

    docs.aspose.com/cells/python-net/opening-differ...
  4. Aspose::Words::Drawing::ShapeBase::get_IsImage ...

    Aspose::Words::Drawing::ShapeBase::get_IsImage method. Returns true if this shape is an image shape in C++.... auto loadOptions = System :: MakeObject <...Words :: Loading :: LoadOptions > (); loadOptions -> set_BaseUri (...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Headers are disappearing while convertig from E...

    Hello, when converting Email to PDF, the Headers do not appear in the PDF file. I am using Aspose Email 23.12. I was using Aspose.Email 6.0.0 before. Everything was OK. Sample Code is below. Am I forgetting any settings…...save(tmpStream, so); LoadOptions loadOptions = new LoadOptions(); loadOptions...pStream.toByteArray()), loadOptions); word.save(emailAsPdfStream...

    forum.aspose.com/t/headers-are-disappearing-whi...
  6. Load Specific Worksheets in a Workbook with C++...

    Learn how to load specific worksheets in a workbook using Aspose.Cells with C++ to improve performance and reduce memory usage....specified worksheet only LoadOptions loadOptions ( LoadFormat :: Xlsx...Xlsx ); loadOptions . SetLoadFilter ( new CustomLoad ()); // Create...

    docs.aspose.com/cells/cpp/load-specific-workshe...
  7. Aspose::Words::Saving::DocSaveOptions::get_Save...

    Aspose::Words::Saving::DocSaveOptions::get_SaveFormat method. Specifies the format in which the document will be saved if this save options object is used. Can be Doc or Dot in C++....DocSaveOptions object in a LoadOptions object. ASSERT_THROW ( static_cast...IncorrectPasswordExc ); auto loadOptions = System :: MakeObject <...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. 在加载工作簿时使用C++过滤VBA项目|Documentation

    了解如何在使用Aspose.Cells与C++加载Excel工作簿时过滤VBA项目。...not want to load VBA LoadOptions loadOptions ( LoadFormat :: Auto...LoadDataFilterOption :: VBA ); loadOptions . SetLoadFilter ( & loadFilter...

    docs.aspose.com/cells/zh/cpp/filter-vba-project...
  9. MarkdownLoadOptions.SoftLineBreakCharacter | As...

    Set custom soft line break characters in Markdown documents for better formatting with this flexible load option....MarkdownLoadOptions loadOptions = new MarkdownLoadOptions (); loadOptions . SoftLineBreakCharact...new Document ( stream , loadOptions ); Assert . That ( doc ....

    reference.aspose.com/words/net/aspose.words.loa...
  10. Different Ways to Open Files with Node.js via C...

    This article explains how to open an Excel file using Aspose.Cells for Node.js via C++ API....with data only, use the LoadOptions and LoadFilter classes to...discarded // Instantiate LoadOptions specified by the LoadFormat...

    docs.aspose.com/cells/nodejs-cpp/different-ways...