浏览我们的产品

Aspose.Diagram for .NET 19.9 发行说明

改进和变化

钥匙概括类别
DIAGRAMNET-51683Visio to HTML - Link in generated HTML does not work correctly强化
DIAGRAMNET-51684删除未使用的主形状和样式时,只有图像有问题强化
DIAGRAMNET-51711转换后无法添加宏强化
DIAGRAMNET-50383缩小 Visio diagram 的大小漏洞
DIAGRAMNET-51682从 Diagram 获取字体样式漏洞
DIAGRAMNET-51685Visio to SVG - an exception occurs漏洞
DIAGRAMNET-51686Visio to PNG - Output file has unwanted image and shapes漏洞
DIAGRAMNET-51687Visio to PDF - background color of text is absent in output PDF漏洞
DIAGRAMNET-51688Visio to PDF - Color of Shape Frames is different in output漏洞
DIAGRAMNET-51689Visio 到 JPG - 输出图像格式不正确漏洞
DIAGRAMNET-51691Visio to PDF - Some shapes are not correct漏洞
DIAGRAMNET-51692Visio to PDF - Some shapes are not correct漏洞
DIAGRAMNET-51693Visio to PDF - Some shapes are not correct漏洞
DIAGRAMNET-51694Visio to PDF - Some shapes are not correct漏洞
DIAGRAMNET-51697Visio to PDF - Some shapes are not correct漏洞
DIAGRAMNET-51700Visio to PDF - Some shapes/lines are not correct漏洞
DIAGRAMNET-51702Visio to PDF - Some shapes/lines are not correct漏洞
DIAGRAMNET-51706Visio to PDF - Some shapes/lines are not correct漏洞
DIAGRAMNET-51707Visio to PDF - Some shapes/lines are not correct漏洞
DIAGRAMNET-51708Visio to PDF - Some shapes/lines are not correct漏洞
DIAGRAMNET-51709Visio to PDF - Some shapes/lines are not correct漏洞
DIAGRAMNET-51710Visio to PDF - Some shapes/lines are not correct漏洞

公共 API 和向后不兼容的更改

以下是对公众 API 所做的任何更改的列表,例如添加、重命名、删除或弃用成员,以及对 Aspose.Diagram for .NET 所做的任何非向后兼容更改。如果您对列出的任何更改有疑虑,请在Aspose.Diagram 支持论坛。

改变目的样本
外加的加粗到 Aspose.Shape.Char指示字体是否为粗体。

Aspose.Diagram.Char ch = shape.Chars[0];

ch.IsBold

外加的斜体到 Aspose.Shape.Char指示字体是否为斜体。

Aspose.Diagram.Char ch = shape.Chars[0];

ch.IsItalic

外加的是下划线到 Aspose.Shape.Char指示字体是否为下划线。

Aspose.Diagram.Char ch = shape.Chars[0];

ch.IsUnderline

外加的是双下划线到 Aspose.Shape.Char指示字体是否为双下划线

Aspose.Diagram.Char ch = shape.Chars[0];

ch.IsDoubleUnderline

外加的是删除线到 Aspose.Shape.Char指示字体是否有删除线。

Aspose.Diagram.Char ch = shape.Chars[0]

ch.是删除线

外加的是双删除线到 Aspose.Shape.Char指示字体是否为双删除线

Aspose.Diagram.Char ch = shape.Chars[0];

ch.IsDoubleStrikethrough


 
 简体中文