Sort Score
Result 10 results
Languages All
Labels All
Results 4,041 - 4,050 of 6,309 for

box

(0.12 sec)
  1. Portable Document Format (PDF)|Aspose.Slides Do...

    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....PDF documents: Images, Text Boxes and other Shapes Text and Formatting...

    docs.aspose.com/slides/cpp/portable-document-fo...
  2. 将基本形状转换为网格|Documentation

    Aspose.3D for Node.js 通过 Java API 支持将任何基本形状转换为网格。基本形状包括大多数基本和常用的对象,例如盒子、球体、平面、圆柱体和甜甜圈。...使用 Box 类初始化对象 var convertible = new aspose . threed . Box ();...

    docs.aspose.com/3d/zh/nodejs-java/primitive-sha...
  3. 使用 C# 裁剪 PDF | Aspose.PDF

    使用 Aspose.PDF for .NET 使用 C# 示例代码,以编程方式在 C# 中裁剪 PDF 而不会降低质量... 选择盒子类型并创建新的 Box Rectagle 使用 Save () 方法将更新后的文档保存到新路径。...]. MediaBox ); // Create new Box Rectangle var newBox = new Aspose...

    products.aspose.com/pdf/zh-hans/net/crop/
  4. FormField.TextInputDefault | Aspose.Words per .NET

    Scopri la proprietà TextInputDefault di FormField, imposta facilmente testo o calcoli predefiniti per i tuoi moduli, migliorando l'esperienza utente e l'accuratezza dei dati...."Choose a value from this combo box: " ); FormField comboBox = builder.... Write ( "Click this check box to tick/untick it: " ); FormField...

    reference.aspose.com/words/it/net/aspose.words....
  5. Lavorare con l'Estrusione Lineare|Documentation

    Aspose.3D per Node.js via Java offre la classe LinearExtrusion, che accetta una forma 2D come input ed estende la forma nella terza dimensione....riferimento var box = new aspose . threed . Box ( 0 . 01 , 3 ,...); left . createChildNode ( box ); // Esegui l'estrusione lineare...

    docs.aspose.com/3d/it/nodejs-java/working-with-...
  6. Travailler avec l'extrusion linéaire|Documentation

    Aspose.3D pour Node.js via Java offre la classe LinearExtrusion, qui prend une forme 2D en entrée et l'étend dans la 3ème dimension....référence var box = new aspose . threed . Box ( 0 . 01 , 3 ,...); left . createChildNode ( box ); // Effectuer une extrusion...

    docs.aspose.com/3d/fr/nodejs-java/working-with-...
  7. Manipulating HTML5 canvas format|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.... It allows to draw pathes, boxes, texts, images and many other...

    docs.aspose.com/imaging/net/manipulating-html5-...
  8. Portable Document Format (PDF)|Aspose.Slides fo...

    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....converting to PDF: Images, text boxes and other shapes. Text and formatting...

    docs.aspose.com/slides/php-java/portable-docume...
  9. 更新ActiveX组合框控件|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....正如你所看到的,活动X组合框的值已更新为"This is combo box control"。 示例代码 以下样本代码更新了 样本excel文件...

    docs.aspose.com/cells/zh/net/update-activex-com...
  10. Генерировать УФ|Documentation

    Aspose.3D for .NET предлагает класс PolygonModifier, который предоставляет метод GenerateUV, с помощью которого вы можете вручную генерировать UV и связывать его с сеткой. Следующий фрагмент кода показывает полную функциональность для его генерации и связывания....without UV data var mesh = ( new Box ()). ToMesh (); mesh . VertexElements...

    docs.aspose.com/3d/ru/net/generate-uv/