MsoDrawingType

Shape.MsoDrawingType property

Ruft MSO-Zeichnungstyp ab.

public MsoDrawingType MsoDrawingType { get; }

Beispiele


[C#]
Aspose.Cells.Drawing.MsoDrawingType msoDrawingType = shape.MsoDrawingType;

Siehe auch