Record Class AsciiDocModel.Tab
java.lang.Object
java.lang.Record
pro.verron.officestamper.asciidoc.AsciiDocModel.Tab
- All Implemented Interfaces:
AsciiDocModel.Inline
- Enclosing class:
AsciiDocModel
Inline tab marker to be rendered as a DOCX tab stop.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.text()Returns the text of the inline fragment.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Tab
public Tab()Creates an instance of aTabrecord class.
-
-
Method Details
-
text
Description copied from interface:AsciiDocModel.InlineReturns the text of the inline fragment.- Specified by:
textin interfaceAsciiDocModel.Inline- Returns:
- text
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-