JWCaptionAlignment

@objc
public enum JWCaptionAlignment : Int
extension JWCaptionAlignment: CustomStringConvertible

Constants describing the text alignment of a caption within the box containing it.

  • The caption’s left side is flush with the left side of the caption box.

    Declaration

    Swift

    case left
  • The caption is centered within the caption box.

    Declaration

    Swift

    case center
  • The caption’s right side is flush with the right side of the caption box.

    Declaration

    Swift

    case right
  • Declaration

    Swift

    public var description: String { get }