Class AttributesFormatOptions
java.lang.Object
com.vladsch.flexmark.ext.attributes.internal.AttributesFormatOptions
- All Implemented Interfaces:
MutableDataSetter
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal AttributeImplicitName
final DiscretionaryText
final AttributeImplicitName
final boolean
final boolean
final DiscretionaryText
final AttributeValueQuotes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull MutableDataHolder
setIn
(@NotNull MutableDataHolder dataHolder)
-
Field Details
-
attributesCombineConsecutive
public final boolean attributesCombineConsecutive -
attributesSort
public final boolean attributesSort -
attributesSpaces
-
attributeEqualSpace
-
attributeValueQuotes
-
attributeIdFormat
-
attributeClassFormat
-
-
Constructor Details
-
AttributesFormatOptions
-
-
Method Details
-
setIn
- Specified by:
setIn
in interfaceMutableDataSetter
-