|
libcrn
3.9.5
A document image processing library
|
Alto hyphen ("HYP" element) More...
#include <CRNAltoTextBlock.hpp>
Inheritance diagram for TextBlock::TextLine::Hyphen:
Collaboration diagram for TextBlock::TextLine::Hyphen:Public Member Functions | |
| Hyphen (const Hyphen &)=delete | |
| Hyphen (Hyphen &&)=default | |
| virtual | ~Hyphen () override |
| Hyphen & | operator= (const Hyphen &)=delete |
| Hyphen & | operator= (Hyphen &&)=default |
| StringUTF8 | GetContent () const |
| Returns hyphenation marker. More... | |
| void | SetContent (const StringUTF8 &s) |
| Sets the hyphenation marker. More... | |
Public Member Functions inherited from TextBlock::TextLine::LineElement | |
| LineElement (const LineElement &)=delete | |
| LineElement (LineElement &&)=default | |
| virtual | ~LineElement () override |
| LineElement & | operator= (const LineElement &)=delete |
| LineElement & | operator= (LineElement &&)=default |
| Option< double > | GetWidth () const |
| Returns the width of the element. More... | |
| void | SetWidth (double d) |
| Sets the width of the element. More... | |
| Option< double > | GetHPos () const |
| Returns the abscissa of the element. More... | |
| void | SetHPos (double d) |
| Sets the abscissa of the element. More... | |
| Option< double > | GetVPos () const |
| Returns the ordinate of the element. More... | |
| void | SetVPos (double d) |
| Sets the ordinate of the element. More... | |
Friends | |
| class | TextLine |
Additional Inherited Members | |
Protected Member Functions inherited from TextBlock::TextLine::LineElement | |
| LineElement (const Element &el) | |
| Constructor. More... | |
| LineElement (const Element &el, const Option< double > &x, const Option< double > &y, const Option< double > &w) | |
| Constructor. More... | |
Alto hyphen ("HYP" element)
Definition at line 244 of file CRNAltoTextBlock.hpp.
|
delete |
|
default |
|
inlineoverridevirtual |
Definition at line 249 of file CRNAltoTextBlock.hpp.
| StringUTF8 TextBlock::TextLine::Hyphen::GetContent | ( | ) | const |
Returns hyphenation marker.
| void TextBlock::TextLine::Hyphen::SetContent | ( | const StringUTF8 & | s | ) |
Sets the hyphenation marker.
|
friend |
Definition at line 262 of file CRNAltoTextBlock.hpp.
1.8.6