Sort Score
Result 10 results
Languages All
Labels All
Results 7,411 - 7,420 of 149,459 for

2

(0.08 sec)
  1. PST | Not able to convert .ics files to PST | P...

    Not able to convert .ics file to PST format using aspose lib getting below error. C:\Users\Tejas>python calendarissue.py Traceback (most recent call last): File “mailissue.py”, line 57, in run() File “mailissue.py”,…...load('Undeliverable_ repro test-1727695419 (2).eml')) #result = MapiMessage...load('Undeliverable_ repro test-1727695419 (2).eml')) #print(result) #ExEnd:...

    forum.aspose.com/t/pst-not-able-to-convert-ics-...
  2. Aspose::Words::PageSetup::get_SectionStart meth...

    Aspose::Words::PageSetup::get_SectionStart method. Returns or sets the type of section break for the specified object in C++....( u "This text is in section 2." ); ASSERT_EQ ( Aspose :: Words...() -> get_SectionStart ()); // 2 - Starts the next section on the...

    reference.aspose.com/words/cpp/aspose.words/pag...
  3. How to load fonts? | Aspose.Font for .NET

    Here is described how to load fonts with .NET. You will learn the objects, parameters, methods required for this, and get examples of loading....it with the pseudocode: Copy 1 2 using Aspose.Font ; 3 ... 4 5...mentioned before, to give it 2 font parameters, - the format...

    docs.aspose.com/font/net/how-to-load-fonts/
  4. 用JavaScript通过C++插入Excel文件的图片和形状|Documentation

    使用Aspose.Cells for Java脚本通过C++管理Excel文件中的图片、OLE对象和形状。... addLine ( 2 , 0 , 2 , 0 , 100 , 300 ); // Save...sheet . shapes . addLine ( 2 , 0 , 2 , 0 , 100 , 300 ); // method...

    docs.aspose.com/cells/zh/javascript-cpp/insert-...
  5. Aspose复选框增加问题咨询 - Free Support Forum - aspose.com

    Aspose组件的复选框技术研究之后,已经按照官方示例去配置发现只对生成excel文件有效,但是转成页面加载之后就没有复选框的属性出来了, aspose增加复选框.zip (6.5 KB) (复选框问题排查:经过几轮方案验证,确认为aspose.gridJs无法加载使用aspose.cell for java的API添加的checkbox元素)...Discourse December 16, 2025, 6:53am 2 @feng.qun.zhu.avaryholding.com...getCells().get("A1") 获取复选框所在单元格的地址。 2. 前端读取该地址列表,动态生成对应的复选框元素并定位。 使用...

    forum.aspose.com/t/aspose/323235
  6. FieldToa | Aspose.Words for Java

    Implements the TOA 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...
  7. SVG 中的填充和描边 – 基础知识和 SVG 代码 – Aspose.SVG指南

    了解允许您设置 SVG 填充和描边不同方面的属性,包括颜色、不透明度、粗细、虚线的使用等。...每个属性都有一个相应的表示属性,这在 W3 SVG 2.0 规范的样式章节中进行了描述。 SVG 填充和 SVG 描边属性...style="stroke:#00ff00; stroke-width:2; fill:#ff0000" 但是可以使用以下语法在表示属性中给出相同的...

    docs.aspose.com/svg/zh/net/drawing-basics/fills...
  8. Resizing rotated shapes - Free Support Forum - ...

    Dear support team, we’ve been trying to resize Shapes by computing a scaling factor and applying it to the shapes Height and Width properties to make them fit into a table cell. As long as the shape is oriented upright…...Discourse November 5, 2025, 7:56am 2 @M.Heinz Summary Shape.Width and...angleDeg * Math.PI / 180.0; // 2. Compute cos θ and sin θ (absolute...

    forum.aspose.com/t/resizing-rotated-shapes/320848
  9. 3. 矩阵和类似环境

    本文简要介绍了使用AMS-LATEX软件包排版类似乳胶矩阵的结构。...Copy 1 \ usepackage{amsmath} 2 % ---------- 3 \ begin{equation}...6 r ! \ , ( - 1) ^ {(r - j) / 2} & \ text{ if $r - j$ is even...

    docs.aspose.com/tex/zh/java/latex-ams-matrix/
  10. Manipulate PDF Document in C#|Aspose.PDF for .NET

    This article contains information on how to validate PDF Document for PDF A Standard, how to work with TOC, how to set PDF expiry date, and etc....page" }; for ( int i = 0 ; i < 2 ; i ++) { // Create Heading object...DestinationPage = document . Pages [ i + 2 ]; // Destination page heading...

    docs.aspose.com/pdf/net/manipulate-pdf-document/