Uses of Enum Class
org.xwiki.rendering.listener.Format
Packages that use Format
Package
Description
Represents content elements (Paragraph, Header, List, Styles, etc) as Blocks and a full document content is
represented by a XDOM object.
-
Uses of Format in org.xwiki.rendering.block
Methods in org.xwiki.rendering.block that return FormatConstructors in org.xwiki.rendering.block with parameters of type Format -
Uses of Format in org.xwiki.rendering.listener
Methods in org.xwiki.rendering.listener that return FormatModifier and TypeMethodDescriptionstatic FormatReturns the enum constant of this class with the specified name.static Format[]Format.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.xwiki.rendering.listener with parameters of type FormatModifier and TypeMethodDescriptionvoidCompositeListener.beginFormat(Format format, Map<String, String> parameters) voidListener.beginFormat(Format format, Map<String, String> parameters) End of a text formatting block.voidQueueListener.beginFormat(Format format, Map<String, String> parameters) voidVoidListener.beginFormat(Format format, Map<String, String> parameters) voidWrappingListener.beginFormat(Format format, Map<String, String> parameters) voidvoidEnd of a text formatting block.voidvoidvoid -
Uses of Format in org.xwiki.rendering.listener.chaining
Methods in org.xwiki.rendering.listener.chaining with parameters of type FormatModifier and TypeMethodDescriptionvoidAbstractChainingListener.beginFormat(Format format, Map<String, String> parameters) voidBlockStateChainingListener.beginFormat(Format format, Map<String, String> parameters) End of a text formatting block.voidEmptyBlockChainingListener.beginFormat(Format format, Map<String, String> parameters) voidLookaheadChainingListener.beginFormat(Format format, Map<String, String> parameters) voidvoidvoidvoidvoid