| layout-class {act} | R Documentation |
Layout object, defining the layout of print transcripts
Description
You can create an new layout object with methods::new("layout").
This will give you a new layout object with the default settings uses by act.
If you want to modify the layout of the print transcripts, create a new layout object with mylayout <- methods::new("layout"), modify the values in the @slots and pass it as argument l to the respective functions.
Slots
nameCharacter string; Name of the layout.
filter.tier.includeRegExCharacter string; as regular expression, tiers matching the expression will be included in the print transcript.
filter.tier.excludeRegExCharacter string; as regular expression, tiers matching the expression will be excluded from the print transcript.
transcript.widthInteger; width of transcript, -1 for no line wrapping.
speaker.widthInteger; width of speaker abbreviation, -1 for full name without shortening.
speaker.endingCharacter string; string that is added at the end of the speaker name.
spacesbeforeInteger; number of spaces inserted before line number.
additionalline1.insertLogical; if
TRUEan additional dummy line will be inserted after each annotation line, the text is defined in.additionalline1.text.additionalline1.textCharacter string; Content of additional dummy line 1.
additionalline1.indentLogical; if
TRUEthe content of the dummy line 1 will be indented to begin where the content of the annotations start.additionalline2.insertLogical; if
TRUEan additional dummy line will be inserted after each annotation line, the text is defined in.additionalline2.text.additionalline2.textCharacter string; Content of additional dummy line 2.
additionalline2.indentLogical; if
TRUEthe content of the dummy line 2 will be indented to begin where the content of the annotations start.brackets.tryToAlignLogical; if
TRUEact will try to align brackets [] for parallel speaking (Attention: experimental function; results may not satisfy).pauseTierRegExCharacter string; regular expression to identify pause tier for auto formatting pauses.
header.insertLogical; if
TRUEa transcript header is inserted.header.heading.fromColumnNameCharacter string; is only used when transcripts are made based on a search results; defines from which column of a search results table the heading is taken (if
object@.header.insert==TRUE)header.firstInfo.fromColumnNameCharacter string; is only used when transcripts are made based on a search results; defines from which column of a search results table the first info is taken (if
object@.header.insert==TRUE)arrow.insertLogical; is only used when transcripts are made based on a search results; if
TRUEan arrow will be inserted, highlighting the transcript line containing the search hit.arrow.shapeCharacter string; shape of the arrow.