Blader door onze producten

Aspose.Diagram for .NET 19.9 Versionshinweise

Verbesserungen und Änderungen

TasteZusammenfassungKategorie
DIAGRAMNET-51683Visio to HTML - Link in generated HTML does not work correctlyErweiterung
DIAGRAMNET-51684Beim Entfernen unbenutzter Masterformen und -stile hat nur das Bild ein ProblemErweiterung
DIAGRAMNET-51711Makros können nach der Konvertierung nicht hinzugefügt werdenErweiterung
DIAGRAMNET-50383Reduzieren Sie die Größe von Visio diagramInsekt
DIAGRAMNET-51682Holen Sie sich den Schriftstil von DiagramInsekt
DIAGRAMNET-51685Visio to SVG - an exception occursInsekt
DIAGRAMNET-51686Visio to PNG - Output file has unwanted image and shapesInsekt
DIAGRAMNET-51687Visio to PDF - background color of text is absent in output PDFInsekt
DIAGRAMNET-51688Visio to PDF - Color of Shape Frames is different in outputInsekt
DIAGRAMNET-51689Visio zu JPG - Ausgabebild hat nicht das richtige FormatInsekt
DIAGRAMNET-51691Visio to PDF - Some shapes are not correctInsekt
DIAGRAMNET-51692Visio to PDF - Some shapes are not correctInsekt
DIAGRAMNET-51693Visio to PDF - Some shapes are not correctInsekt
DIAGRAMNET-51694Visio to PDF - Some shapes are not correctInsekt
DIAGRAMNET-51697Visio to PDF - Some shapes are not correctInsekt
DIAGRAMNET-51700Visio to PDF - Some shapes/lines are not correctInsekt
DIAGRAMNET-51702Visio to PDF - Some shapes/lines are not correctInsekt
DIAGRAMNET-51706Visio to PDF - Some shapes/lines are not correctInsekt
DIAGRAMNET-51707Visio to PDF - Some shapes/lines are not correctInsekt
DIAGRAMNET-51708Visio to PDF - Some shapes/lines are not correctInsekt
DIAGRAMNET-51709Visio to PDF - Some shapes/lines are not correctInsekt
DIAGRAMNET-51710Visio to PDF - Some shapes/lines are not correctInsekt

Öffentliche API und rückwärts inkompatible Änderungen

Im Folgenden finden Sie eine Liste aller Änderungen, die an der öffentlichen API vorgenommen wurden, z. B. hinzugefügte, umbenannte, entfernte oder veraltete Mitglieder, sowie alle nicht abwärtskompatiblen Änderungen, die an Aspose.Diagram for .NET vorgenommen wurden das Aspose.Diagram Support-Forum.

VeränderungZweckProbe
Zusatz vonIstBold bis Aspose.Shape.CharGibt an, ob die Schriftart fett ist.

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

ch.IsBold

Zusatz vonIstKursiv bis Aspose.Shape.CharGibt an, ob die Schriftart kursiv ist.

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

ch.Isitalic

Zusatz vonIstUnterstrichen bis Aspose.Shape.CharGibt an, ob es sich bei der Schriftart um Unterstrichen handelt.

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

ch.IsUnderline

Zusatz vonIsDoubleUnderline bis Aspose.Shape.CharGibt an, ob die Schriftart doppelt unterstrichen ist

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

ch.IsDoubleUnderline

Zusatz vonIstDurchgestrichen bis Aspose.Shape.CharGibt an, ob die Schriftart durchgestrichen ist.

Aspose.Diagram.Char ch = Form.Zeichen[0]

ch.IstDurchgestrichen

Zusatz vonIsDoubleStrikethrough bis Aspose.Shape.CharGibt an, ob es sich bei der Schriftart um Double Strikethrough handelt

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

ch.IsDoubleStrikethrough


 
 Deutsch