int KoTableRowStyle::styleId() const { return propertyInt(StyleId); }
KoText::KoTextBreakProperty KoTableRowStyle::breakBefore() const { return (KoText::KoTextBreakProperty) propertyInt(BreakBefore); }
KoText::KoTextBreakProperty KoTableRowStyle::breakAfter() const { return (KoText::KoTextBreakProperty) propertyInt(BreakAfter); }
int KoListLevelProperties::styleId() const { return propertyInt(KoListStyle::StyleId); }
int KTableColumnStyle::styleId() const { return propertyInt(StyleId); }
int KoListLevelProperties::relativeBulletSize() const { return propertyInt(KoListStyle::BulletSize); }
Qt::Alignment KoListLevelProperties::alignment() const { return static_cast<Qt::Alignment>(propertyInt(KoListStyle::Alignment)); }
int KoListLevelProperties::characterStyleId() const { return propertyInt(KoListStyle::CharacterStyleId); }
QChar KoListLevelProperties::bulletCharacter() const { return propertyInt(KoListStyle::BulletCharacter); }
int KoListLevelProperties::displayLevel() const { return propertyInt(KoListStyle::DisplayLevel); }
int KoListLevelProperties::level() const { return propertyInt(KoListStyle::Level); }
int KoListLevelProperties::startValue() const { return propertyInt(KoListStyle::StartValue); }
KoListStyle::Style KoListLevelProperties::style() const { return static_cast<KoListStyle::Style>(propertyInt(QTextListFormat::ListStyle)); }
KoListStyle::ListLabelFollowedBy KoListLevelProperties::labelFollowedBy() const { return (KoListStyle::ListLabelFollowedBy)propertyInt(KoListStyle::LabelFollowedBy); }