Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 30,234 for

x

(0.16 sec)
  1. 如何在 .NET 中创建 Hello World 演示文稿|Aspose.Slides 文档

    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....x 之前版本开发的旧代码,需要对代码进行少量修改,随后代码即可像以前一样工作。旧版...AddEmptySlide (); //向幻灯片添加矩形(X=2400,Y=1800,宽度=1000,高度=500)到幻灯片...

    docs.aspose.com/slides/zh/net/how-to-create-hel...
  2. Pdf417Parameters|Aspose.BarCode for Python via ...

    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.... x^16 + x^12 + x^5 + 1 pdf_417eci_encoding...

    docs.aspose.com/barcode/python-net/api-referenc...
  3. Document.RenderToScale | Aspose.Words for .NET

    Discover the RenderToScale method to efficiently render document pages into Graphics objects at your desired scale for optimal visual results....pageIndex , Graphics graphics , float x , float y , float scale ) Parameter...object where to render to. x Single The X coordinate (in world units)...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Vectors extraction without text - Free Support ...

    Hello. Is there a way to eXtract the vectors without any teXt? I am trying to get the vector from the attached PDF, and Aspose.PDF always includes teXt, also it gets some teXts as vectors. Could you please help me? tes…...(var x = 0; x < width; x++) { var pixel = source.GetPixel(x, y);...} if (x < minX) minX = x; if (y < minY) minY = y; if (x > maxX)...

    forum.aspose.com/t/vectors-extraction-without-t...
  5. Aspose::Words::Drawing::Charts::AxisBuiltInUnit...

    Aspose::Words::Drawing::Charts::AXisBuiltInUnit enum. Specifies the display units for an aXis in C++....0 )); // For the X-axis, set the major tick marks...Inside ); // Set the X-axis bounds so that the X-axis spans 5 major...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Basic operations with PDF documents|Aspose.PDF ...

    Basic operations section describes the possibilities of opening and saving PDF documents using the Aspose.PDF library for C++....stream or save as PDF/A (or PDF/X) document. Get Started of C++...

    docs.aspose.com/pdf/cpp/basic-operations/
  7. 在 .NET 中管理演示文稿的表格单元格|Aspose.Slides 文档

    轻松使用 Aspose.Slides for .NET 在 PowerPoint 中管理表格单元格。快速掌握访问、修改和样式设置,实现无缝幻灯片自动化。...如果我们合并两个单元格对 (1, 1) x (2, 1) 和 (1, 2) x (2, 2),得到的表格将会编号。下面的...Width = 5 ; } } // 合并单元格 (1, 1) x (2, 1) tbl . MergeCells ( tbl...

    docs.aspose.com/slides/zh/net/manage-cells/
  8. Working with Colors in Apache POI and Aspose.Ce...

    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.... setCellValue ( "X" ); cell . setCellStyle ( style...) 2 ); cell . setCellValue ( "X" ); cell . setCellStyle ( style...

    docs.aspose.com/cells/java/working-with-colors-...
  9. Save 3D Meshes in Custom Binary Format|Document...

    Aspose.3D for Java API has support to open any supported 3D document, and then write meshes in the binary file....}; * * struct Vertex { * float x; * float y; * float z; * }; *.... writeFloat (( float ) cp . x ); writer . writeFloat (( float...

    docs.aspose.com/3d/java/save-3d-meshes-in-custo...
  10. Copy Outer Field|Aspose.PDF for Python via .NET

    This eXample demonstrates how to copy a form field from one PDF document to another using Aspose.PDF for Python....new_field_name , page_number , x , y ) ‘original_field_name’ –...which the new field will appear. x, y – coordinates on that page...

    docs.aspose.com/pdf/python-net/copy-outer-field/