com.aspose.words

Class HorizontalRuleAlignment

  • java.lang.Object
    • com.aspose.words.HorizontalRuleAlignment
public class HorizontalRuleAlignment 
extends java.lang.Object

Utility class containing constants. Represents the alignment for the specified horizontal rule.

Field Summary
static final intLEFT = 0
Aligned to the left.
static final intCENTER = 1
Aligned to the center.
static final intRIGHT = 2
Aligned to the right.
 

    • Field Detail

      • LEFT = 0

        public static final int LEFT
        Aligned to the left.
      • CENTER = 1

        public static final int CENTER
        Aligned to the center.
      • RIGHT = 2

        public static final int RIGHT
        Aligned to the right.