Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 22,512 for

loadoptions

(0.55 sec)
  1. Aspose::Words::Saving::DocSaveOptions::get_Pass...

    Aspose::Words::Saving::DocSaveOptions::get_Password method. Gets/sets a password to encrypt document using RC4 encryption method 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...
  2. Replacer | Aspose.Words for Java

    Provides methods intended to find and replace text in the document in Java....from(InputStream input, LoadOptions loadOptions) Specifies input document...from(String input, LoadOptions loadOptions) Specifies input document...

    reference.aspose.com/words/java/com.aspose.word...
  3. Manage Presentation BLOBs in .NET for Efficient...

    Manage BLOB data in Aspose.Slides for .NET to streamline PowerPoint and OpenDocument file operations for efficient presentation handling....pptx" ; LoadOptions loadOptions = new LoadOptions { BlobManagementOption...( hugePresentationWith , loadOptions )) { // Let's save each video...

    docs.aspose.com/slides/net/manage-blob/
  4. LoadOptions.base_uri property | Aspose.Words fo...

    Loadoptions.base_uri property. Gets or sets the string that will be used to resolve relative URIs found in the document into absolute URIs when required...base_uri property LoadOptions.base_uri property Gets or sets...load_options = aw . loading . LoadOptions () load_options . base_uri...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 关于CAD转PDF一个错位问题 - Free Support Forum - aspose.com

    1.png (3.0 KB) 1.png (3.0 KB) 图1为原始cad图纸,图2为转换pdf的效果:不知道为什么有两个标记错位了,但是也存在正确位置的标记,不知道问题出在哪里。下面zip为原始图纸 special.zip (188.4 KB) 我的代码: License license = new License(); license.setLicense("Aspose.CAD.Java.lic"); // 加载CAD…...加载CAD文件并设置指定的编码 LoadOptions loadOptions = new LoadOptions(); loadOptions...(CadImage)CadImage.load(inputFilePath,loadOptions); //重新计算仅包含可见部分的图像大小 cadImage...

    forum.aspose.com/t/cad-pdf/314511
  6. Is this really Markdown? - Free Support Forum -...

    Hi Detect File Format function declares this file as Markdown, while Aspose Cells does not detect this same file as Markdown, and it’s part of an irrelevant file, so might fix the detection maybe? Thanks :slight_smile: …...the file (including any LoadOptions or FileFormatUtil.DetectFileFormat...g., Xlsx) LoadOptions loadOptions = new LoadOptions(LoadFormat...

    forum.aspose.com/t/is-this-really-markdown/317711
  7. Picture fill not considered when exporting a sl...

    In a C# environment, using the latest version of Aspose.Slides package to this day (25.12.0), I have this presentation that contains only one slide: Export-PNG-Color-NOK.zip (795,6 Ko) The slide only contains one pic…...documentation: LoadOptions loadOptions = new LoadOptions() { BlobManagementOption...Slides.Presentation(pptxPath, loadOptions)) { using (IImage image =...

    forum.aspose.com/t/picture-fill-not-considered-...
  8. ParagraphFormat.Bidi | Aspose.Words for .NET

    Discover the ParagraphFormat Bidi property to easily control right-to-left text formatting for enhanced readability and improved document layout.... TxtLoadOptions loadOptions = new TxtLoadOptions ();...will store its direction. loadOptions . DocumentDirection = DocumentDirection...

    reference.aspose.com/words/net/aspose.words/par...
  9. Filter VBA Project while loading a workbook wit...

    Learn how to filter VBA projects while loading an Excel workbook using Aspose.Cells with C++....not want to load VBA LoadOptions loadOptions ( LoadFormat :: Auto...LoadDataFilterOption :: VBA ); loadOptions . SetLoadFilter ( & loadFilter...

    docs.aspose.com/cells/cpp/filter-vba-project-wh...
  10. 用C++加载特定工作表的工作簿|Documentation

    学习如何使用 Aspose.Cells 和 C++ 加载特定工作表以提升性能和减少内存使用。...specified worksheet only LoadOptions loadOptions ( LoadFormat :: Xlsx...Xlsx ); loadOptions . SetLoadFilter ( new CustomLoad ()); // Create...

    docs.aspose.com/cells/zh/cpp/load-specific-work...