Sort Score
Result 10 results
Languages All
Labels All
Results 9,881 - 9,890 of 150,730 for

2

(0.39 sec)
  1. CustomXmlPartCollection.add method | Aspose.Wor...

    aspose.words.markup.CustomXmlPartCollection.add method... custom_xml_parts [ 0 ]) # 2 - By GUID: self . assertEqual...xml_part_clone ) self . assertEqual ( 2 , doc . custom_xml_parts . count...

    reference.aspose.com/words/python-net/aspose.wo...
  2. VariableCollection.Add | Aspose.Words for .NET

    Discover how to efficiently add document variables to your VariableCollection with our easy-to-follow guide. Boost your data management today!... EqualTo ( 2 )); Assert . That ( variables...( "City" ), Is . False ); // 2 - By index: variables . RemoveAt...

    reference.aspose.com/words/net/aspose.words/var...
  3. GradientStop constructor | Aspose.Words for Python

    aspose.words.drawing.GradientStop constructor...gradient_stop = gradient_stops [ 2 ] gradient_stops . remove ( gradient_stop...gradient_stop ) self . assertEqual ( 2 , gradient_stops . count ) self...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Introduction | Developers Guide | Aspose.Zip fo...

    Discover the basic features of Aspose.Zip for .NET in the Introduction section of the Developers Guide. Learn how to manage, compress, extract, and convert archive formats like ZIP, RAR, 7Z, and TAR with ease, using the powerful Aspose.Zip API....ArchiveSaveOptions saveOptions = null ) 2 3 archive.Save(filePath, ArchiveSaveOptions..."myarchive.zip" , FileMode.Open); 2 Archive archive = new Archive(zipFileStream);...

    docs.aspose.com/zip/net/introduction/
  5. Aspose::Words::NodeCollection::idx_get method |...

    Aspose::Words::NodeCollection::idx_get method. Retrieves a node at the given index in C++....example -1 means the last item, -2 means the second before last and...:: Format ( u " \t {0}, {1}x{2}" , childShape -> get_ShapeType...

    reference.aspose.com/words/cpp/aspose.words/nod...
  6. How to Convert OneNote to PDF | Aspose.Note Doc...

    A guide on how to export and save notes from OneNote to PDF using various options including default settings and Jpeg compression.... 2 string dataDir = RunExamples....path to the documents directory. 2 string dataDir = RunExamples....

    docs.aspose.com/note/net/convert-onenote-to-pdf...
  7. ChartDataLabel class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartDataLabel class. Represents data label on a chart point or trendline... assertEqual ( 'Series 2' , chart . series [ 1 ] . name...'Series 3' , chart . series [ 2 ] . name ) # Apply data labels...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Markup::SdtListItem::get_Value m...

    Aspose::Words::Markup::SdtListItem::get_Value method. Gets the value of this list item in C++....SdtListItem > ( u "Item 2" , u "Value 2" )); listItems -> Add (...

    reference.aspose.com/words/cpp/aspose.words.mar...
  9. 使用cad-java 23.7 版本,把一个250兆的.stl文件转成pdf ,内存飙到了11...

    下面是我的代码, 有什么办法减少内存使用,或者可以设置超过多少内存,就到磁盘处理,不然这个根本没法使用,一点就内存溢出了 public synchronized Path doCadToPdf(InputStream inputStream, String outputFilePath) throws IOException { Path outputPath = Paths.get(outputFileP…...cad-java huangzx July 4, 2025, 2:17am 1 下面是我的代码, 有什么办法减少内存使用,或...Professionalize.Discourse July 4, 2025, 2:18am 2 @huangzx Cause The high memory...

    forum.aspose.com/t/cad-java-23-7-250-stl-pdf-11...
  10. Writing and Reading Formulas with Aspose.Tasks ...

    Discover how to handle formulas in documents using the Aspose.Tasks library.... 2 String dataDir = Utils. getDataDir...11 attr. setFormula ( "[Cost]*2" ); 12 13 project. getExtendedAttribute...

    docs.aspose.com/tasks/java/writing-and-reading-...