/// Flags ListStyle as having a non-empty lstStyle tag on import void setHasListStyleOnImport() { mbHasListStyleOnImport = true; } /** Returns whether the lstStyle tag was non-empty on import * *@returntrueifliststylehasitsownnoninheritedproperties.
*/ bool hasListStyleOnImport() const { return mbHasListStyleOnImport; }
#ifdef DBG_UTIL void dump() const; #endif
private:
TextParagraphPropertiesArray maListStyle;
TextParagraphPropertiesArray maAggregationListStyle; /// Set if ListStyle has a non-empty lstStyle tag on import bool mbHasListStyleOnImport;
};
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.