Sort Score
Result 10 results
Languages All
Labels All
Results 6,971 - 6,980 of 155,429 for

2

(0.46 sec)
  1. FieldTA | Aspose.Words for Java

    Implements the TA field in Java....insertToaEntry(builder, "2", "Source 2"); // This entry will appear...insertToaEntry(builder, "1", "Source 2"); fieldTA.isBold(true); fieldTA...

    reference.aspose.com/words/java/com.aspose.word...
  2. Java, Aspose从24年版本升级到25.12版本后,首次加载转换文档变慢,涉及word...

    aspose从24年版本升级到25.12版本后,首次加载转换文档变慢,涉及word、ppt、excel、pdf、image,有没有可以调整的参数,或者预加载的方案?...xu February 25, 2026, 3:40am 2 @dejia , 请提供更多的信息,比如系统信息,JDK版...情况。 dejia February 25, 2026, 2:26pm 9 @alexey.noskov @peyton...

    forum.aspose.com/t/java-aspose-24-25-12-word-pp...
  3. ChartYValueCollection.format_code property | As...

    ChartYValueCollection.format_code property. Gets or sets the format code applied to the Y values....9 , 2.45 , 3 ], y_values = [ 1 , - 0...0 ], bubble_sizes = [ 2 , 1.1 , 2.95 , 2 ]) # Show data labels...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Render Unicode Supplementary characters in outp...

    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....Normal Unicode characters are 2 bytes long, while Unicode Supplementary...UTF-16 these characters require 2 surrogates (16-bit units). Render...

    docs.aspose.com/cells/net/render-unicode-supple...
  5. Creating ATTRIB / ATTDEF programmatically using...

    Hello, I am currently evaluating Aspose.CAD for Java and I have a technical question regarding working with attributes in DWG/DXF files. My use case is to generate CAD files programmatically and include attributes such…...novochadlo March 19, 2026, 2:30pm 1 Hello, I am currently evaluating...gorokhovatskyi March 19, 2026, 7:55pm 2 @rhodolfo.novochadlo , Hi, we...

    forum.aspose.com/t/creating-attrib-attdef-progr...
  6. 用C++在工作表中移动单元格范围|Documentation

    学习如何使用Aspose.Cells和C++在工作表中移动单元格范围。...to the right by 2 columns range . MoveTo ( 0 , 2 ); Aspose :: Cells...

    docs.aspose.com/cells/zh/cpp/move-range-of-cell...
  7. ImageSize.VerticalResolution | Aspose.Words for...

    Discover the ImageSize VerticalResolution property to easily access vertical DPI resolution, enhancing your image quality and performance....WidthPoints * 2 ; shape . Height = imageSize . HeightPoints * 2 ; doc...

    reference.aspose.com/words/net/aspose.words.dra...
  8. ImageSize.HeightPixels | Aspose.Words for .NET

    Discover the ImageSize HeightPixels property to easily access and optimize your image's height in pixels for better performance and quality....WidthPoints * 2 ; shape . Height = imageSize . HeightPoints * 2 ; doc...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Move Pages to PDF using C++ | Aspose.PDF

    Move PDF pages of your document programmatically programmatically with C++ sample code using Aspose.PDF for C++...-> get_Pages () -> idx_get ( 2 ); dstDocument -> get_Pages ()...srcDocument -> get_Pages () -> Delete ( 2 ); srcDocument -> Save ( dstFileName...

    products.aspose.com/pdf/cpp/pages/move/
  10. Table gets moved on top of another table - Free...

    Code used to test: using Aspose.Words; Aspose.Words.License license; license = new Aspose.Words.License(); license.SetLicense("Aspose.Total.NET.lic"); string dataDir = "c:\\temp\\"; Document doc = new Document(dataD…...noskov October 24, 2024, 8:52am 2 @andersalvsaker We have opened...alexey.noskov March 24, 2026, 2:09pm 4 @andersalvsaker Unfortunately...

    forum.aspose.com/t/table-gets-moved-on-top-of-a...