Sort Score
Result 10 results
Languages All
Labels All
Results 2,981 - 2,990 of 6,244 for

box

(1.2 sec)
  1. ค้นหา

    ค้นหา...crop_box = newBox document.pages[1].trim_box = newBox document...pages[1].art_box = newBox document.pages[1].bleed_box = newBox #...

    blog.aspose.com/th/pdf/crop-pdf-pages-in-python/
  2. تخصيص تحويل مواد بخلاف PBR إلى PBR قبل توفير 3D...

    فئة المشهد لـ Aspose. يمثل 3D API مشهد 3D. يمكن للمطورين بالفعل بناء مشهد 3D عن طريق إضافة كيانات مختلفة. يدعم GLTF 2.0 فقط مواد PBR (تقديم قائم على أساس مادي) ، Aspose.3D API يحول داخليًا المواد غير المستخدمة في PBR إلى مواد PBR قبل التصدير إلى GLTF 2.0....var s = new Scene (); var box = new Box (); s . RootNode . CreateChildNode...CreateChildNode ( "box1" , box ). Material = new PhongMaterial ()...

    docs.aspose.com/3d/ar/net/customize-non-pbr-to-...
  3. 档案

    档案...FloatingBox box = new Aspose.Pdf.FloatingBox(); // 在节中添加四列 box.ColumnInfo...设置列间距 box.ColumnInfo.ColumnSpacing = "5"; // 设置列宽 box.ColumnInfo...

    blog.aspose.com/zh/pdf/create-multi-column-pdf-...
  4. Procurar

    Procurar...caixa flutuante FloatingBox box = new FloatingBox(); // Adicionar...Adicionar colunas na seção box.getColumnInfo().setColumnCount(2);...

    blog.aspose.com/pt/pdf/create-multi-column-pdf-...
  5. 搜索

    搜索...FloatingBox box = new Aspose.Pdf.FloatingBox(); // 在該部分中添加四列 box.ColumnInfo...設置列之間的間距 box.ColumnInfo.ColumnSpacing = "5"; // 設置列寬 box.ColumnInfo...

    blog.aspose.com/zh-hant/pdf/create-multi-column...
  6. 在将 3D 个场景保存为 GLTF 个2.0格式之前,自定义非PBR到PBR材质的转换|Doc...

    Aspose 的场景类。3D API 表示 3D 场景。开发人员已经可以通过添加各种实体来构建 3D 场景。GLTF 2.0仅支持PBR (基于物理的渲染) 材质,Aspose。3D API 将非PBR材质内部转换为PBR材质,然后导出为 GLTF 2.0。... Scene () box = a3d . Box () mat = a3d . shading...create_child_node ( "box1" , box ) . material = mat opt = a3d...

    docs.aspose.com/3d/zh/python-net/customize-non-...
  7. Excel Ausdrücke in andere Formate mit Python.NE...

    Lernen Sie, wie Sie Excel Ausdrücke mit Aspose.Cells für Python via .NET in LaTeX und MathML Formate exportieren.... text_boxes text_box = textboxes [ 0 ] # Assuming...is TextBox math_node = text_box . get_equation_paragraph () ...

    docs.aspose.com/cells/de/python-net/export-equa...
  8. Recortar EPS | Solución API C# .NET

    La funcionalidad de recorte de EPS que ofrece la solución API Aspose.Page para .NET se explica e ilustra con fragmentos de código aquí....; 7 8 //Get initial bounding box of EPS image 9 int [] initialBoundingBox...//Create new bounding box 12 //Bounding box is represented by 4...

    docs.aspose.com/page/es/net/crop-eps/
  9. EPS mit der Java-API-Lösung zuschneiden

    Die Crop-EPS-Funktionalität der Aspose.Page-API-Lösung für Java wird hier mit den Codeausschnitten erklärt und veranschaulicht....; 7 8 //Get initial bounding box of EPS image 9 int [] initialBoundingBox...//Create new bounding box 12 //Bounding box is represented by 4...

    docs.aspose.com/page/de/java/crop-eps/
  10. 파이썬을 사용하여 PDF 페이지 회전|Aspose.PDF for Python via ...

    이 주제는 파이썬을 사용하여 기존 PDF 파일에서 페이지 방향을 프로그래밍 방식으로 회전하는 방법을 설명합니다.... media_box newHeight = r . width newWidth...height - newHeight ) page . media_box = ap . Rectangle ( newLLX , newLLY...

    docs.aspose.com/pdf/ko/python-net/rotate-pages/