Uses of Class
org.docx4j.fonts.fop.complexscripts.fonts.GlyphTable.Rule
| Package | Description |
|---|---|
| org.docx4j.fonts.fop.complexscripts.fonts |
-
Uses of GlyphTable.Rule in org.docx4j.fonts.fop.complexscripts.fonts
Subclasses of GlyphTable.Rule in org.docx4j.fonts.fop.complexscripts.fonts Modifier and Type Class Description static classGlyphTable.ChainedClassSequenceRuleTheChainedClassSequenceRuleclass implements a subclass ofClassSequenceRulethat supports matching on a specific glyph class sequence in a specific chained contextual.static classGlyphTable.ChainedCoverageSequenceRuleTheChainedCoverageSequenceRuleclass implements a subclass ofCoverageSequenceRulethat supports matching on a specific glyph class sequence in a specific chained contextual.static classGlyphTable.ChainedGlyphSequenceRuleTheChainedGlyphSequenceRuleclass implements a subclass ofGlyphSequenceRulethat supports matching on a specific glyph sequence in a specific chained contextual.static classGlyphTable.ClassSequenceRuleTheClassSequenceRuleclass implements a subclass ofRulethat supports matching on a specific glyph class sequence.static classGlyphTable.CoverageSequenceRuleTheCoverageSequenceRuleclass implements a subclass ofRulethat supports matching on a specific glyph coverage sequence.static classGlyphTable.GlyphSequenceRuleTheGlyphSequenceRuleclass implements a subclass ofRulethat supports matching on a specific glyph sequence.Methods in org.docx4j.fonts.fop.complexscripts.fonts that return GlyphTable.Rule Modifier and Type Method Description GlyphTable.Rule[]GlyphTable.RuleSet. getRules()Constructors in org.docx4j.fonts.fop.complexscripts.fonts with parameters of type GlyphTable.Rule Constructor Description HomogeneousRuleSet(GlyphTable.Rule[] rules)Instantiate a Homogeneous Rule Set.RuleSet(GlyphTable.Rule[] rules)Instantiate a Rule Set.