Interface TextFormatModeAccessor.TextFormatModeMutator

All Known Subinterfaces:
ColumnFormatMetrics, ColumnSetupMetrics, TextFormatModeAccessor.TextFormatModeProperty
All Known Implementing Classes:
ColumnFormatMetricsImpl, ColumnSetupMetricsImpl
Enclosing interface:
TextFormatModeAccessor

public static interface TextFormatModeAccessor.TextFormatModeMutator
Provides a mutator for a text-format mode property.
  • Method Summary

    Modifier and Type Method Description
    void setTextFormatMode​(TextFormatMode aTextFormatMode)
    Sets the text-format mode for the text-format mode property.
  • Method Details

    • setTextFormatMode

      void setTextFormatMode​(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.