namespace com::sun::star { namespace drawing { class XShapes; }
}
namespace oox { namespace core { class XmlFilterBase; } namespace drawingml { class Theme; }
}
namespace oox::ppt {
class PPTShape final : public oox::drawingml::Shape
{
OUString msModelId; // fallback dgs smartart shape reference
ShapeLocation meShapeLocation; // placeholdershapes (mnSubType != 0) on Master are never displayed bool mbReferenced; // placeholdershapes on Layout are displayed only, if they are not referenced // placeholdershapes on Slide are displayed always
oox::drawingml::ShapePtr mpPlaceholder; /// Set if spPr tag is non empty for the shape bool mbHasNoninheritedShapeProperties;
/// Flags shape as having a non-empty spPr tag void setHasNoninheritedShapeProperties() { mbHasNoninheritedShapeProperties = true; } /// Returns whether or not the shape had a non-empty spPr tag bool hasNonInheritedShapeProperties() const { return mbHasNoninheritedShapeProperties; }
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.