Uses of Class
com.acumenvelocity.ath.model.InlineCode
-
Packages that use InlineCode Package Description com.acumenvelocity.ath.model com.acumenvelocity.ath.model.x -
-
Uses of InlineCode in com.acumenvelocity.ath.model
Methods in com.acumenvelocity.ath.model that return InlineCode Modifier and Type Method Description InlineCodeInlineCode. data(String data)Unescaped representation of the markup of this code (, not the original <b>) or a reference to another resource as set by pipeline actions.InlineCodeInlineCode. displayText(String displayText)The tooltip text presenting the inline code to the user.InlineCodeInlineCode. flag(Integer flag)A combination of the following bit masks.InlineCodeInlineCode. id(Integer id)Id of this code.InlineCodeInlineCode. originalId(String originalId)id for this code.InlineCodeInlineCode. outerData(String outerData)Escaped representation of the markup of this code as it appears in the original document.InlineCodeInlineCode. position(Integer position)Position (0-based char index) of this inline code in the text string.InlineCodeInlineCode. tagType(net.sf.okapi.common.resource.TextFragment.TagType tagType)InlineCodeInlineCode. type(String type)Arbitrary string to represent the format-agnostic type of this inline code, e.g. -
Uses of InlineCode in com.acumenvelocity.ath.model.x
Methods in com.acumenvelocity.ath.model.x that return types with arguments of type InlineCode Modifier and Type Method Description List<InlineCode>LayeredTextX. getCodes()Method parameters in com.acumenvelocity.ath.model.x with type arguments of type InlineCode Modifier and Type Method Description LayeredTextXLayeredTextX. codes(List<InlineCode> codes)Array of inline codes as a layer over text.voidLayeredTextX. setCodes(List<InlineCode> codes)
-