com.hp.lft.sdk.powerbuilder

Interface UiObjectWithLayoutInfo

    • Method Detail

      • isRightAligned

        boolean isRightAligned()
                        throws GeneralLeanFtException
        Indicates whether this object has generic "right-aligned" properties. (For support for right-to-left languages)
        Returns:
        true when this object has generic right-aligned properties..
        Throws:
        GeneralLeanFtException - if error occurs during execution
      • isRightToLeftLayout

        boolean isRightToLeftLayout()
                             throws GeneralLeanFtException
        Indicates whether this object's horizontal origin is on the right edge.
        Returns:
        true when this object's horizontal origin is on the right edge.
        Throws:
        GeneralLeanFtException - if error occurs during execution
      • isRightToLeftReading

        boolean isRightToLeftReading()
                              throws GeneralLeanFtException
        Indicates whether this object's text is displayed using right-to-left reading-order properties.
        Returns:
        true when the object's text is displayed using right-to-left reading-order properties.
        Throws:
        GeneralLeanFtException - if error occurs during execution