Sort Score
Result 10 results
Languages All
Labels All
Results 7,311 - 7,320 of 154,976 for

2

(0.09 sec)
  1. Aspose.WordsでWordファイルをPDF形式に変換した場合、異体字(IVSを利用した...

    Aspose.Wordsを使用して、システム内でWordファイルをPDFファイルに変換しています。 Aspose.WordsでPDF変換を行った際、PDFファイル内に異体字(IVSを利用した文字)が存在する場合、文字化けが発生します。 変換元のwordでは、IVS対応フォント(IPAmj明朝)が設定された異体字(IVSを利用した文字)が正しく表示されております。 文字化けを解消する方法はございますでしょうか。 wordサンプルフ…...日本語による技術サポート words-net SSSNNN September 2, 2025, 7:41am 1 Aspose.Wordsを...Professionalize.Discourse September 2, 2025, 7:42am 2 @SSSNNN 異体字(IVSを利用した文...

    forum.aspose.com/t/aspose-words-word-pdf-ivs/31...
  2. Stroke.visible property | Aspose.Words for Node.js

    Stroke.visible property. Gets or sets a flag indicating whether the stroke is visible....8 , 2.6 , 3.9 ], [ 2.7 , 3.2 , 0.8 , 1.7 ]); //...visible = false ; dataPoints . at ( 2 ). marker . format . fill . presetTextured...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Stroke.transparency property | Aspose.Words for...

    Stroke.transparency property. Gets or sets a value between 0.0 (opaque) and 1.0 (clear) representing the degree of transparency of the stroke....8 , 2.6 , 3.9 ], [ 2.7 , 3.2 , 0.8 , 1.7 ]); //...visible = false ; dataPoints . at ( 2 ). marker . format . fill . presetTextured...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Stroke.visible property | Aspose.Words for Python

    Stroke.visible property. Gets or sets a flag indicating whether the stroke is visible....8 , 2.6 , 3.9 ], y_values = [ 2.7 , 3.2 , 0.8 , 1.7 ])...visible = False data_points [ 2 ] . marker . format . fill . preset_textured...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ChartSeries.marker property | Aspose.Words for ...

    ChartSeries.marker property. Specifies a data marker...8 , 2.6 , 3.9 ], y_values = [ 2.7 , 3.2 , 0.8 , 1.7 ])...visible = False data_points [ 2 ] . marker . format . fill . preset_textured...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Working with 7z Archives | Aspose.Zip Documenta...

    This guide provides comprehensive information on working with 7z archives and how to manage them effectively....7z" )) { 2 try (SevenZipArchive archive =...archive = new SevenZipArchive()) { 2 archive. createEntries ( "dataDir"...

    docs.aspose.com/zip/java/working-with-7z-archives/
  7. 图像矢量化 – C# 示例

    了解如何在 C# 中矢量化图像。考虑图像矢量化功能以及配置属性对结果的影响。... IO ; 2 using Aspose. Svg . ImageVectorization...varying simplification levels 2 3 // Initialize an instance of...

    docs.aspose.com/svg/zh/net/image-vectorization-...
  8. 在 PS 文件中使用转换 | Java

    Aspose.Page API 解决方案解答了如何在 PS 文件中转换内容的问题。了解如何在 Java 中使用该功能...stream for PostScript document 2 FileOutputStream outPsStream =...No transformations ////////// 2 //Set paint in graphics state...

    docs.aspose.com/page/zh/java/ps/working-with-tr...
  9. 在 PostScript 中使用转换 | .NET

    Aspose.Page API 解决方案解答了如何在 PS 文件中转换内容的问题。了解如何在 .NET 中使用该功能...stream for PostScript document 2 using (Stream outPsStream = new...No transformations ////////// 2 //Set a paint in graphics state...

    docs.aspose.com/page/zh/net/ps/working-with-tra...
  10. Create 3D Mesh and Scene|Documentation

    A Mesh is defined by a set of control points and the many n-sided polygons as needed. This article explains how to define a Mesh....CreatePolygon ( new int [] { 0 , 1 , 2 , 3 }); // Right side (X+) mesh...CreatePolygon ( new int [] { 1 , 5 , 6 , 2 }); // Back face (Z-) mesh . CreatePolygon...

    docs.aspose.com/3d/net/create-3d-mesh-and-scene/