Sort Score
Result 10 results
Languages All
Labels All
Results 5,931 - 5,940 of 153,670 for

2

(0.36 sec)
  1. Paragraph.IsDeleteRevision | Aspose.Words for .NET

    Discover the IsDeleteRevision property in Microsoft Word. Learn how it indicates deletions during change tracking for efficient document management....AppendParagraph ( "Paragraph 2. " ); body . AppendParagraph (...EqualTo ( 4 )); para = paragraphs [ 2 ]; para . Remove (); // Such paragraphs...

    reference.aspose.com/words/net/aspose.words/par...
  2. 文件转html,CPU占用异常过高 - Free Support Forum - aspose...

    转换时,遇到CPU占用异常很高: 定位到的线程情况: 转换代码: ByteArrayInputStream byteArrayInputStream = new ByteArrayInputStream(fileBytes); ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(); Document doc = new …...noskov February 26, 2026, 2:31pm 2 @ZhonghaoSun 很遗憾,没有问题文档,我...ZhonghaoSun February 27, 2026, 2:26am 3 有没有其他客户遇到类似情况呢 alexey.noskov...

    forum.aspose.com/t/html-cpu/325924
  3. 使用形状段落|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... GetPage ( "Page-2" ); // Add master with stencil...PageIndex = 1 ; double width = 2 , height = 2 , pinX = 4.25 , pinY =...

    docs.aspose.com/diagram/zh/net/working-with-sha...
  4. 连接形状|Documentation

    本节介绍如何使用 Aspose.Diagram 连接两个形状。... AddShape ( 2 , 2 , rectangleMaster , 0 ); long...rectangle2 = diagram . AddShape ( 2 , 4 , rectangleMaster , 0 ); //...

    docs.aspose.com/diagram/zh/net/connect-shapes/
  5. 连接形状|Documentation

    本节介绍如何用 Aspose.Diagram for Java 连接两个形状。... addShape ( 2 , 2 , rectangleMaster , 0 ); long...rectangle2 = diagram . addShape ( 2 , 4 , rectangleMaster , 0 ); //...

    docs.aspose.com/diagram/zh/java/connect-shapes/
  6. 高级功能|Aspose.PDF for Java

    本节展示如何使用 Aspose.PDF for Java 在 PDF 文档中使用 LaTeX 标签。..."(x+y)^3&=(x+y)(x+y)^2" + "(x+y)(x^2+2xy+y^2)\\\\" + "&=x^3+3x^2y+3xy^3+x^3...

    docs.aspose.com/pdf/zh/java/advanced-features/
  7. Aspose.3D Create mesh from linear extrusion | p...

    Learn how to create a mesh using linear extrusion on a 2D shape...png //ExStepSummary:2: The following code demonstrates...data from a mesh. //ExStepImage:2:step-3.png //ExStepSummary:3:...

    products.aspose.com/3d/tutorial/create-mesh-fro...
  8. CustomXmlPropertyCollection.contains method | A...

    CustomXmlPropertyCollection.contains method. Determines whether the collection contains a property with the given name....assertEqual ( '2003' , properties [ 2 ] . value ) self . assertEqual...( 3 , properties . count ) # 2 - Remove by name: properties ...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FindReplaceOptions.apply_paragraph_format prope...

    FindReplaceOptions.apply_paragraph_format property. Paragraph formatting applied to new content.... LEFT , paragraphs [ 2 ] . paragraph_format . alignment...options ) self . assertEqual ( 2 , count ) self . assertEqual (...

    reference.aspose.com/words/python-net/aspose.wo...
  10. CustomXmlSchemaCollection.Remove | Aspose.Words...

    Effortlessly manage your CustomXmlSchemaCollection with the Remove method to eliminate specific values, enhancing data organization and efficiency.... EqualTo ( 2 )); // Enumerate the schemas and...index: schemas . RemoveAt ( 2 ); // 2 - Remove a schema by value:...

    reference.aspose.com/words/net/aspose.words.mar...