Enum EmfPlusObjectType

Enum EmfPlusObjectType

名称: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts 收藏: Aspose.Imaging.dll (25.4.0)

ObjectType列表定义了可以在图形操作中创建和使用的图形对象类型。

public enum EmfPlusObjectType : byte

Fields

ObjectTypeBrush = 1

指定一个 Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusBrush 对象(第 2.2.1.1 节)。

ObjectTypeCustomLineCap = 9

指定一个 Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusCustomLineCap 对象(第 2.2.1.2 节)。自定义的线条 cap 对象指定在图形线的尽头绘制的形状,包括方形,圆圈和钻石。

ObjectTypeFont = 6

指定一个 Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusFont 对象(第 2.2.1.3 节)。字体对象指定字体属性,包括字体风格、EM 尺寸和字体家族。

ObjectTypeImage = 5

指定一个 Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusImage 对象(第 2.2.1.4 节)。

ObjectTypeImageAttributes = 8

描述一个 Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusImageAttributes 对象(第 2.2.1.5 节)。图像属性对象描述图像播放时的像素操作,包括颜色调整,灰色调整,伽马纠正和颜色地图。

ObjectTypeInvalid = 0

对象不是有效的对象。

ObjectTypePath = 3

指定一个 Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusPath 对象(第 2.2.1.6 节)。

ObjectTypePen = 2

指定一个 Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusPen 对象(第 2.2.1.7 节)。

ObjectTypeRegion = 4

指定一个 Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlus 区域对象(第 2.2.1.8 节)。

ObjectTypeStringFormat = 7

指定一个 Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusStringFormat 对象(第 2.2.1.9 节)。 紧格式对象指定文本布局,包括调整,方向,选项卡停止,剪辑和数字替代,不使用西欧数字的语言。

 中文