EmfPlusLineStyle

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class EmfPlusLineStyle extends System.Enum

L’énumération LineStyle définit les styles des lignes dessinées avec des stylos graphiques.


Les lignes graphiques sont spécifiées par des objets EmfPlusPen (section 2.2.1.7).

Champs

ChampDescription
LineStyleSolidSpécifie une ligne solide.
LineStyleDashSpécifie une ligne en pointillés.
LineStyleDotSpécifie une ligne pointillée.
LineStyleDashDotSpécifie une ligne tiret-point alternée.
LineStyleDashDotDotSpécifie une ligne tiret-point-point alternée.
LineStyleCustomSpécifie une ligne en pointillés définie par l’utilisateur, personnalisée.

LineStyleSolid

public static final int LineStyleSolid

Spécifie une ligne solide.

LineStyleDash

public static final int LineStyleDash

Spécifie une ligne en pointillés.

LineStyleDot

public static final int LineStyleDot

Spécifie une ligne pointillée.

LineStyleDashDot

public static final int LineStyleDashDot

Spécifie une ligne tiret-point alternée.

LineStyleDashDotDot

public static final int LineStyleDashDotDot

Spécifie une ligne tiret-point-point alternée.

LineStyleCustom

public static final int LineStyleCustom

Spécifie une ligne en pointillés définie par l’utilisateur, personnalisée.