Sort Score
Result 10 results
Languages All
Labels All
Results 9,601 - 9,610 of 155,366 for

2

(0.11 sec)
  1. 5472557.xlsx

    data Name Description State Date Bar This is short text draft 7/1/16 FooBar Very long text 1. very long text 2. very long text 3. very long text 4. very long text 5. very long text 6. very long tex...... very long text 2. very long text 3. very long text...Very long text 1. very long text 2. very long text 3. very long text...

    docs.aspose.com/cells/tr/java/specify-whether-t...
  2. NumeralFormat Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.NumeralFormat enum for optimal number representation in fixed page formats. Enhance your document rendering today!... EasternArabicIndic 2 Numerals used in Persian and Urdu:...LCID ; builder . Writeln ( "1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 50,...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Fill.Patterned | Aspose.Words for .NET

    Discover the Fill Patterned method to effortlessly apply unique patterns to your designs, enhancing creativity and visual appeal in your projects.... DiagonalBrick ); // 2 - Apply pattern with foreground...PatternType . DiagonalBrick ); // 2 - Apply pattern with foreground...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Extra paragraph inserted when comparing two doc...

    When comparing two Word documents, we sometimes get an extra paragraph incorrectly added in the compared result. Please find attached two examples. Case 1 (C1) Comparing c1_doc1.docx with c1_doc2.docx C1_Compare_With_…...for showing No markups) Case 2 (C2) Comparing c1_doc1.docx with...Discourse November 12, 2025, 10:01pm 2 @andrelafond Summary When using...

    forum.aspose.com/t/extra-paragraph-inserted-whe...
  5. Excel转html的时候有问题 - Free Support Forum - aspose.com

    我的版本现在是aspose for java 24.9,execl转html的时候,如果单元格中有图片,并且图片的旋转设置为0的时候,生成html会自动给我转,导致execl和html效果不一致...jishangyang February 25, 2026, 2:21am 1 我的版本现在是aspose for java...simon.zhao February 25, 2026, 2:40am 2 @jishangyang 你能上传你的模板文件么?...

    forum.aspose.com/t/excel-html/325878
  6. RunCollection class | Aspose.Words for Python

    aspose.words.RunCollection class. Provides typed access to a collection of [Run](../run/) nodes...assertTrue ( runs [ 2 ] . is_insert_revision ) # 2 - A "format" revision:...changes. self . assertTrue ( runs [ 2 ] . is_format_revision ) # 3 -...

    reference.aspose.com/words/python-net/aspose.wo...
  7. RunCollection class | Aspose.Words for Node.js

    Aspose.Words.RunCollection class. Provides typed access to a collection of [Run](../run/) nodes... at ( 2 ). isInsertRevision ). toEqual ( true ); // 2 - A "format"...changes. expect ( runs . at ( 2 ). isFormatRevision ). toEqual...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. CleanupOptions.UnusedBuiltinStyles | Aspose.Wor...

    Optimize your documents with CleanupOptions' UnusedBuiltinStyles property, ensuring unused BuiltIn styles are efficiently removed for cleaner, professional results.... Writeln ( "Item 2" ); // Now, there is one unused...Styles . Count , Is . EqualTo ( 2 )); See Also class CleanupOptions...

    reference.aspose.com/words/net/aspose.words/cle...
  9. CleanupOptions.UnusedStyles | Aspose.Words for ...

    Optimize your documents with CleanupOptions' UnusedStyles property, ensuring unused styles are removed for cleaner, faster-loading content. Default - true.... Writeln ( "Item 2" ); // Now, there is one unused...Styles . Count , Is . EqualTo ( 2 )); See Also class CleanupOptions...

    reference.aspose.com/words/net/aspose.words/cle...
  10. 能否获取到增量获取变化的单元格数据 - Free Support Forum - aspose...

    您好, 如何增量获取变化的单元格数据 场景:java处理有公式的excel,假设我只修改了一个单元格,能否获取到这个修改的单元格对应的行? 然后java保存入库....Discourse May 20, 2025, 12:20am 2 @feng.qun.zhu.avaryholding.com...我的excel里是有公式的,假如以下场景 A1 B1 2 C1 SUM(A1+B1) java设置A1=2,那C1会跟着变, 我设置A1的时...

    forum.aspose.com/t/topic/312881