enumclass SvxAnchorIds
{
NONE = 0x0000,
Paragraph = 0x0001, // Frame bound to paragraph
Character = 0x0002, // Frame bound to character
Page = 0x0004, // Frame bound to page
Fly = 0x0008, // Frame bound to other frame /** put this into the nAnchorTypes parameter of the SvxTransformTabDialog c'tor
to disable the size controls */
NoResize = 0x0100, /** put this into the nAnchorTypes parameter of the SvxTransformTabDialog c'tor
to disable the protect controls */
NoProtect = 0x0200
}; namespace o3tl
{ template<> struct typed_flags<SvxAnchorIds> : is_typed_flags<SvxAnchorIds, 0x030f> {};
}
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.