Uses of Class
ca.phon.orthography.Underline
Packages that use Underline
Package
Description
-
Uses of Underline in ca.phon.app.session.editor.view.transcript
Methods in ca.phon.app.session.editor.view.transcript with parameters of type UnderlineModifier and TypeMethodDescriptionvoid
TranscriptOrthographyVisitors.KeywordVisitor.visitUnderline
(Underline underline) Italic and underline are stored as objects in the Orthography data structure with zero text and a begin/end attribute.void
TranscriptOrthographyVisitors.WordElementVisitor.visitUnderline
(Underline underline) -
Uses of Underline in ca.phon.orthography
Methods in ca.phon.orthography with parameters of type UnderlineModifier and TypeMethodDescriptionvoid
AbstractOrthographyVisitor.visitUnderline
(Underline underline) void
AbstractWordElementVisitor.visitUnderline
(Underline underline) -
Uses of Underline in ca.phon.session.io.xml.v2_0
Methods in ca.phon.session.io.xml.v2_0 with parameters of type UnderlineModifier and TypeMethodDescriptionvoid
OrthoToXmlVisitor.visitUnderline
(Underline underline) void
WordElementTwoXmlVisitor.visitUnderline
(Underline underline)