Interface TextFormatModeAccessor.TextFormatModeBuilder<B extends TextFormatModeAccessor.TextFormatModeBuilder<B>>

  • Type Parameters:
    B - The builder to return in order to be able to apply multiple build operations.
    All Known Subinterfaces:
    ColumnFormatMetrics, ColumnSetupMetrics
    All Known Implementing Classes:
    ColumnFormatMetricsImpl, ColumnSetupMetricsImpl
    Enclosing interface:
    TextFormatModeAccessor

    public static interface TextFormatModeAccessor.TextFormatModeBuilder<B extends TextFormatModeAccessor.TextFormatModeBuilder<B>>
    Provides a builder method for a text-format mode property returning the builder for applying multiple build operations.
    • Method Detail

      • withTextFormatMode

        B withTextFormatMode​(TextFormatMode aTextFormatMode)
        Sets the text-format mode for the text-format mode property.
        Parameters:
        aTextFormatMode - The text-format mode to be stored by the text-format mode property.
        Returns:
        The builder for applying multiple build operations.