Enum HorizontalAlignment

Enum HorizontalAlignment

Il nome: Aspose.Note Assemblea: Aspose.Note.dll (25.4.0)

Determinare l’allineamento.

public enum HorizontalAlignment
   {
      Left = 0,
      Center = 1,
      Right = 2
   }

Fields

Center = 1

Il testo è centrato.

Left = 0

Il testo è allineato a sinistra.

Right = 2

Il testo è allineato alla destra.

 Italiano