com.hp.lft.sdk.stdwin

Class UiObjectWithLayoutInfoDescription

    • Constructor Detail

      • UiObjectWithLayoutInfoDescription

        public UiObjectWithLayoutInfoDescription()
    • Method Detail

      • setRightAligned

        public void setRightAligned(java.lang.Boolean isRightAligned)
        Sets whether the generic properties of the test object are right-aligned. (For support for right-to-left languages)

        This style is ignored for left-to-right languages

        Parameters:
        isRightAligned - sets whether the test object's generic properties to right-aligned.
      • isRightAligned

        public java.lang.Boolean isRightAligned()
        Indicates whether generic properties of the test object are right-aligned.
        Returns:
        true when text is displayed right-to-left.
      • setRightToLeftLayout

        public void setRightToLeftLayout(java.lang.Boolean isRightToLeftLayout)
        Sets whether the object's horizontal origin is on the right edge of the test object.
        Parameters:
        isRightToLeftLayout - sets whether the object's horizontal origin is on the right edge of the test object.
      • isRightToLeftLayout

        public java.lang.Boolean isRightToLeftLayout()
        Indicates whether the object's horizontal origin is on the right edge of the test object.
        Returns:
        true when the horizontal origin is on the right edge of the test object.
      • setRightToLeftReading

        public void setRightToLeftReading(java.lang.Boolean isRightToLeftReading)
        Sets whether the object's text is displayed right-to-left.
        Parameters:
        isRightToLeftReading - sets whether the object's text is displayed right-to-left.
      • isRightToLeftReading

        public java.lang.Boolean isRightToLeftReading()
        Indicates whether the object's text is displayed right-to-left.
        Returns:
        true when the object's text is displayed right-to-left.