#include <CStyleParagraph.hpp>
|
| CStyleParagraph () |
|
| CStyleParagraph (uint64_t marginParagraphTop, uint64_t marginParagraphBottom, uint64_t indentRightMm, uint64_t indentLeftMm, int64_t indentFirstLineMm, double spacingBetweenLines, CStyleFont **styleFont) |
|
| CStyleParagraph (const CStyleParagraph &styleParagraph) |
|
| CStyleParagraph (CStyleParagraph &&other) noexcept |
|
| ~CStyleParagraph () |
|
CStyleParagraph & | operator= (const CStyleParagraph &other)=default |
|
CStyleParagraph & | operator= (CStyleParagraph &&other)=default |
|
void | setStyleParagraphForPrinter (uint64_t width, IPrinter *printer) const |
|
uint64_t | getFontHeight () const |
|
uint64_t | getMarginParagraphBottomDP () const |
|
uint64_t | getMarginParagraphTopDP () const |
|
uint64_t | getIndentLeftDP () const |
|
uint64_t | getIndentRightDP () const |
|
void | setAlignment (iv::eFontAlignment alignment) |
|
void | setColorForeground (iv::types::color colorForeground) |
|
void | setFont (const std::string &nameFont) |
|
void | setMarginParagraph (uint64_t marginTop, uint64_t marginBottom, uint64_t marginRight, uint64_t marginLeft) |
|
void | setSlant (iv::eFontSlant slant) |
|
void | setTextHeight (uint64_t sizeDP) |
|
void | setWeight (iv::eFontWeight weight) |
|
◆ CStyleParagraph() [1/4]
CStyleParagraph::CStyleParagraph |
( |
| ) |
|
◆ CStyleParagraph() [2/4]
CStyleParagraph::CStyleParagraph |
( |
uint64_t | marginParagraphTop, |
|
|
uint64_t | marginParagraphBottom, |
|
|
uint64_t | indentRightMm, |
|
|
uint64_t | indentLeftMm, |
|
|
int64_t | indentFirstLineMm, |
|
|
double | spacingBetweenLines, |
|
|
CStyleFont ** | styleFont ) |
◆ CStyleParagraph() [3/4]
◆ CStyleParagraph() [4/4]
◆ ~CStyleParagraph()
CStyleParagraph::~CStyleParagraph |
( |
| ) |
|
◆ getFontHeight()
uint64_t CStyleParagraph::getFontHeight |
( |
| ) |
const |
|
nodiscard |
◆ getIndentLeftDP()
uint64_t CStyleParagraph::getIndentLeftDP |
( |
| ) |
const |
|
nodiscard |
◆ getIndentRightDP()
uint64_t CStyleParagraph::getIndentRightDP |
( |
| ) |
const |
|
nodiscard |
◆ getMarginParagraphBottomDP()
uint64_t CStyleParagraph::getMarginParagraphBottomDP |
( |
| ) |
const |
|
nodiscard |
◆ getMarginParagraphTopDP()
uint64_t CStyleParagraph::getMarginParagraphTopDP |
( |
| ) |
const |
|
nodiscard |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ setAlignment()
◆ setColorForeground()
◆ setFont()
void CStyleParagraph::setFont |
( |
const std::string & | nameFont | ) |
|
◆ setMarginParagraph()
void CStyleParagraph::setMarginParagraph |
( |
uint64_t | marginTop, |
|
|
uint64_t | marginBottom, |
|
|
uint64_t | marginRight, |
|
|
uint64_t | marginLeft ) |
◆ setSlant()
◆ setStyleParagraphForPrinter()
void CStyleParagraph::setStyleParagraphForPrinter |
( |
uint64_t | width, |
|
|
IPrinter * | printer ) const |
◆ setTextHeight()
void CStyleParagraph::setTextHeight |
( |
uint64_t | sizeDP | ) |
|
◆ setWeight()
◆ m_indentFirstLineDP
int64_t CStyleParagraph::m_indentFirstLineDP |
|
private |
◆ m_indentLeftDP
uint64_t CStyleParagraph::m_indentLeftDP |
|
private |
◆ m_indentRightDP
uint64_t CStyleParagraph::m_indentRightDP |
|
private |
◆ m_marginParagraphBottomDP
uint64_t CStyleParagraph::m_marginParagraphBottomDP |
|
private |
◆ m_marginParagraphTopDP
uint64_t CStyleParagraph::m_marginParagraphTopDP |
|
private |
◆ m_spacingBetweenLines
double CStyleParagraph::m_spacingBetweenLines |
|
private |
◆ m_styleFont
The documentation for this class was generated from the following files: