Class RTFGroupState
java.lang.Object
org.apache.tika.parser.microsoft.rtf.jflex.RTFGroupState
State associated with a single RTF group (
\{ ... \}).
When a new group opens, the current state is pushed onto the stack and a child state is created that inherits the parent's properties. When the group closes, the state is popped.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a root group state with defaults.RTFGroupState(RTFGroupState parent) Create a child group state inheriting from the parent. -
Method Summary
-
Constructor Details
-
RTFGroupState
public RTFGroupState()Create a root group state with defaults. -
RTFGroupState
Create a child group state inheriting from the parent.
-