Aspose::Page::XPS::XpsModel::XpsCanvas Member List

This is the complete list of members for Aspose::Page::XPS::XpsModel::XpsCanvas, including all inherited members.

_childrenAspose::Page::XPS::XpsModel::XpsElementprotected
_clipAspose::Page::XPS::XpsModel::XpsElementprotected
_contextAspose::Page::XPS::XpsModel::XpsElementprotected
_elementTypeAspose::Page::XPS::XpsModel::XpsElementprotected
_linkTargetAspose::Page::XPS::XpsModel::XpsElementprotected
_nameAspose::Page::XPS::XpsModel::XpsElementprotected
_ownersAspose::Page::XPS::XpsModel::XpsElementprotected
_renderTransformAspose::Page::XPS::XpsModel::XpsElementprotected
_xKeyAspose::Page::XPS::XpsModel::XpsElementprotected
Accept(System::SharedPtr< XpsDocumentVisitor > visitor)Aspose::Page::XPS::XpsModel::XpsCanvasprotectedvirtual
Aspose::Page::XPS::XpsModel::XpsElement::Accept(System::SharedPtr< XpsTreeVisitor > visitor, System::SharedPtr< System::Xml::XmlElement > element)Aspose::Page::XPS::XpsModel::XpsElementprotected
AcceptProperties(System::SharedPtr< XpsDocumentVisitor > visitor)Aspose::Page::XPS::XpsModel::XpsCanvasprotectedvirtual
Add(System::SharedPtr< XpsElement > element)Aspose::Page::XPS::XpsModel::XpsElementprotected
AddCanvas()Aspose::Page::XPS::XpsModel::XpsCanvas
AddCanvas(System::SharedPtr< XpsCanvas > canvas)Aspose::Page::XPS::XpsModel::XpsCanvas
AddGlyphs(System::String fontFamily, float fontSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString)Aspose::Page::XPS::XpsModel::XpsCanvas
AddGlyphs(System::SharedPtr< XpsGlyphs > glyphs)Aspose::Page::XPS::XpsModel::XpsCanvas
AddPath(System::SharedPtr< XpsPathGeometry > data)Aspose::Page::XPS::XpsModel::XpsCanvas
AddPath(System::SharedPtr< XpsPath > path)Aspose::Page::XPS::XpsModel::XpsCanvas
AddReference(System::SharedPtr< XpsElement > element)Aspose::Page::XPS::XpsModel::XpsElementprotected
Clone()Aspose::Page::XPS::XpsModel::XpsCanvas
Clone(bool deep, System::SharedPtr< XpsContext > context, System::SharedPtr< XpsElement > parent, int32_t index=-1)Aspose::Page::XPS::XpsModel::XpsCanvasprotectedvirtual
CloneChildren(System::SharedPtr< XpsElement > element, bool deep=true)Aspose::Page::XPS::XpsModel::XpsElementprotected
ClonePropertyValues(System::SharedPtr< XpsElement > element)Aspose::Page::XPS::XpsModel::XpsCanvasprotectedvirtual
CopyPropertyValues(System::SharedPtr< XpsElement > element)Aspose::Page::XPS::XpsModel::XpsCanvasprotectedvirtual
CopySimplePropertyValues(System::SharedPtr< XpsElement > element)Aspose::Page::XPS::XpsModel::XpsCanvasprotectedvirtual
CreateArcSegment(System::SharedPtr< XpsContext > context, System::Drawing::PointF point, System::Drawing::SizeF size, float rotationAngle, bool isLargeArc, XpsSweepDirection sweepDirection, bool isStroked=true)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateCanvas(System::SharedPtr< XpsContext > context)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateColor(System::Drawing::Color color)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateColor(int32_t a, int32_t r, int32_t g, int32_t b)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateColor(int32_t r, int32_t g, int32_t b)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateColor(float a, float r, float g, float b)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateColor(float r, float g, float b)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateColor(System::SharedPtr< XpsContext > context, System::String path, const System::ArrayPtr< float > &components)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateColor(System::SharedPtr< XpsContext > context, System::SharedPtr< XpsIccProfile > iccProfile, const System::ArrayPtr< float > &components)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateFont(System::SharedPtr< XpsContext > context, System::String fontFamily, System::Drawing::FontStyle fontStyle)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateFont(System::SharedPtr< XpsContext > context, System::SharedPtr< System::IO::Stream > stream)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateGlyphs(System::SharedPtr< XpsContext > context, System::String fontFamily, float fontRenderingEmSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateGlyphs(System::SharedPtr< XpsContext > context, System::SharedPtr< XpsFont > font, float fontRenderingEmSize, float originX, float originY, System::String unicodeString)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateGradientStop(System::SharedPtr< XpsContext > context, System::SharedPtr< XpsColor > color, float offset)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateGradientStop(System::SharedPtr< XpsContext > context, System::Drawing::Color color, float offset)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateIccProfile(System::SharedPtr< XpsContext > context, System::String iccProfilePath)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateIccProfile(System::SharedPtr< XpsContext > context, System::SharedPtr< System::IO::Stream > stream)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateImage(System::SharedPtr< XpsContext > context, System::String imagePath)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateImage(System::SharedPtr< XpsContext > context, System::SharedPtr< System::IO::Stream > stream)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateImageBrush(System::SharedPtr< XpsContext > context, System::SharedPtr< XpsImage > image, System::Drawing::RectangleF viewbox, System::Drawing::RectangleF viewport)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateImageBrush(System::SharedPtr< XpsContext > context, System::String imagePath, System::Drawing::RectangleF viewbox, System::Drawing::RectangleF viewport)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateLinearGradientBrush(System::SharedPtr< XpsContext > context, System::SharedPtr< System::Collections::Generic::List< System::SharedPtr< XpsGradientStop >>> gradientStops, System::Drawing::PointF startPoint, System::Drawing::PointF endPoint)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateLinearGradientBrush(System::SharedPtr< XpsContext > context, System::Drawing::PointF startPoint, System::Drawing::PointF endPoint)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateMatrix(System::SharedPtr< XpsContext > context, float m11, float m12, float m21, float m22, float m31, float m32)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreatePath(System::SharedPtr< XpsContext > context, System::SharedPtr< XpsPathGeometry > data)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreatePathFigure(System::SharedPtr< XpsContext > context, System::Drawing::PointF startPoint, bool isClosed=false)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreatePathFigure(System::SharedPtr< XpsContext > context, System::Drawing::PointF startPoint, System::SharedPtr< XpsList< System::SharedPtr< XpsPathSegment >>> segments, bool isClosed=false)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreatePathGeometry(System::SharedPtr< XpsContext > context)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreatePathGeometry(System::SharedPtr< XpsContext > context, System::SharedPtr< XpsList< System::SharedPtr< XpsPathFigure >>> pathFigures)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreatePathGeometry(System::SharedPtr< XpsContext > context, System::String abbreviatedGeometry)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreatePolyBezierSegment(System::SharedPtr< XpsContext > context, System::ArrayPtr< System::Drawing::PointF > points, bool isStroked=true)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreatePolyLineSegment(System::SharedPtr< XpsContext > context, System::ArrayPtr< System::Drawing::PointF > points, bool isStroked=true)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreatePolyQuadraticBezierSegment(System::SharedPtr< XpsContext > context, System::ArrayPtr< System::Drawing::PointF > points, bool isStroked=true)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateRadialGradientBrush(System::SharedPtr< XpsContext > context, System::SharedPtr< System::Collections::Generic::List< System::SharedPtr< XpsGradientStop >>> gradientStops, System::Drawing::PointF center, System::Drawing::PointF gradientOrigin, float radiusX, float radiusY)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateRadialGradientBrush(System::SharedPtr< XpsContext > context, System::Drawing::PointF center, System::Drawing::PointF gradientOrigin, float radiusX, float radiusY)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateSolidColorBrush(System::SharedPtr< XpsContext > context, System::SharedPtr< XpsColor > color)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateSolidColorBrush(System::SharedPtr< XpsContext > context, System::Drawing::Color color)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateVisualBrush(System::SharedPtr< XpsContext > context, System::SharedPtr< XpsCanvas > canvas, System::Drawing::RectangleF viewbox, System::Drawing::RectangleF viewport)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateVisualBrush(System::SharedPtr< XpsContext > context, System::SharedPtr< XpsPath > path, System::Drawing::RectangleF viewbox, System::Drawing::RectangleF viewport)Aspose::Page::XPS::XpsModel::XpsElementprotected
CreateVisualBrush(System::SharedPtr< XpsContext > context, System::SharedPtr< XpsGlyphs > glyphs, System::Drawing::RectangleF viewbox, System::Drawing::RectangleF viewport)Aspose::Page::XPS::XpsModel::XpsElementprotected
Equals(ptr obj)System::Objectvirtual
Equals(T1 const &objA, T2 const &objB)System::Objectinlinestatic
Equals(T1 const &objA, T2 const &objB)System::Objectinlinestatic
Equals(float const &objA, float const &objB)System::Objectinline
Equals(double const &objA, double const &objB)System::Objectinline
ForcePropertyValueReferencesUpdate(System::SharedPtr< XpsElement > parent, bool add=true)Aspose::Page::XPS::XpsModel::XpsCanvasprotectedvirtual
ForceRegisterForPreprocessing(bool add=true)Aspose::Page::XPS::XpsModel::XpsCanvasprotectedvirtual
ForceRegisterForPreprocessingPV(bool add=true)Aspose::Page::XPS::XpsModel::XpsElementprotectedvirtual
get_Clip()Aspose::Page::XPS::XpsModel::XpsCanvasvirtual
get_Count()Aspose::Page::XPS::XpsModel::XpsElement
get_EdgeMode() constAspose::Page::XPS::XpsModel::XpsCanvas
get_HyperlinkTarget() constAspose::Page::XPS::XpsModel::XpsCanvas
get_Id() constAspose::Page::XPS::XpsModel::XpsElementprotected
get_Opacity() constAspose::Page::XPS::XpsModel::XpsCanvas
get_OpacityMask()Aspose::Page::XPS::XpsModel::XpsCanvas
get_Owners()Aspose::Page::XPS::XpsModel::XpsElementprotected
get_Parent() constAspose::Page::XPS::XpsModel::XpsElementprotected
get_RenderTransform()Aspose::Page::XPS::XpsModel::XpsCanvasvirtual
get_xKey() constAspose::Page::XPS::XpsModel::XpsElementprotected
GetCounter()System::Objectinline
GetEnumerator()Aspose::Page::XPS::XpsModel::XpsElementvirtual
GetHashCode() constSystem::Objectvirtual
GetType() constSystem::Objectvirtual
idx_get(int32_t i)Aspose::Page::XPS::XpsModel::XpsElement
IEnumeratorType typedefSystem::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Page::XPS::XpsModel::XpsElement > >
Initialize(System::SharedPtr< System::Xml::XmlElement > element)Aspose::Page::XPS::XpsModel::XpsCanvasprotectedvirtual
Insert(int32_t index, System::SharedPtr< XpsElement > element)Aspose::Page::XPS::XpsModel::XpsElementprotected
InsertCanvas(int32_t index)Aspose::Page::XPS::XpsModel::XpsCanvas
InsertCanvas(int32_t index, System::SharedPtr< XpsCanvas > canvas)Aspose::Page::XPS::XpsModel::XpsCanvas
InsertGlyphs(int32_t index, System::String fontFamily, float fontSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString)Aspose::Page::XPS::XpsModel::XpsCanvas
InsertGlyphs(int32_t index, System::SharedPtr< XpsGlyphs > glyphs)Aspose::Page::XPS::XpsModel::XpsCanvas
InsertPath(int32_t index, System::SharedPtr< XpsPathGeometry > data)Aspose::Page::XPS::XpsModel::XpsCanvas
InsertPath(int32_t index, System::SharedPtr< XpsPath > path)Aspose::Page::XPS::XpsModel::XpsCanvas
InsertReference(int32_t index, System::SharedPtr< XpsElement > element)Aspose::Page::XPS::XpsModel::XpsElementprotected
Is(const TypeInfo &targetType) constSystem::Objectvirtual
LINQ_Count()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Page::XPS::XpsModel::XpsElement > >
LINQ_ElementAt(int index)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Page::XPS::XpsModel::XpsElement > >
LINQ_First()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Page::XPS::XpsModel::XpsElement > >
LINQ_ToArray()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Page::XPS::XpsModel::XpsElement > >
LINQ_ToList()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Page::XPS::XpsModel::XpsElement > >
Lock()System::Object
MemberwiseClone() constSystem::Objectvirtual
Object()System::Object
Object(Object const &x)System::Object
operator=(Object const &x)System::Objectinline
ptr typedefSystem::Object
ReferenceEquals(ptr const &objA, ptr const &objB)System::Objectinlinestatic
ReferenceEquals(T const &objA, T const &objB)System::Objectinlinestatic
ReferenceEquals(T const &objA, std::nullptr_t)System::Objectinlinestatic
ReferenceEquals(String const &str, std::nullptr_t)System::Objectinline
ReferenceEquals(String const &str1, String const &str2)System::Objectinline
RegisterForPreprocessing(System::SharedPtr< XpsElement > element, RegistrationType regType, bool add=true)Aspose::Page::XPS::XpsModel::XpsElementprotectedvirtual
RegisterForPreprocessingPV(System::SharedPtr< XpsElement > element, RegistrationType regType, bool add=true)Aspose::Page::XPS::XpsModel::XpsElementprotectedvirtual
RegisterLinks(System::SharedPtr< XpsHyperlinkTarget > linkTarget)Aspose::Page::XPS::XpsModel::XpsElementprotected
Remove(System::SharedPtr< XpsElement > element)Aspose::Page::XPS::XpsModel::XpsElementprotected
RemoveAt(int32_t index)Aspose::Page::XPS::XpsModel::XpsElementprotected
RemovedSharedRefs(int count)System::Objectinline
RemoveReference(System::SharedPtr< XpsElement > element)Aspose::Page::XPS::XpsModel::XpsElementprotected
RemoveReferenceAt(int32_t index, System::SharedPtr< XpsElement > element)Aspose::Page::XPS::XpsModel::XpsElementprotected
set_Clip(System::SharedPtr< XpsPathGeometry > value)Aspose::Page::XPS::XpsModel::XpsCanvasvirtual
set_EdgeMode(XpsEdgeMode value)Aspose::Page::XPS::XpsModel::XpsCanvas
set_HyperlinkTarget(System::SharedPtr< XpsHyperlinkTarget > value)Aspose::Page::XPS::XpsModel::XpsCanvas
set_Opacity(float value)Aspose::Page::XPS::XpsModel::XpsCanvas
set_OpacityMask(System::SharedPtr< XpsBrush > value)Aspose::Page::XPS::XpsModel::XpsCanvas
set_Parent(System::SharedPtr< XpsElement > value)Aspose::Page::XPS::XpsModel::XpsElementprotected
set_RenderTransform(System::SharedPtr< XpsMatrix > value)Aspose::Page::XPS::XpsModel::XpsCanvasvirtual
set_xKey(System::String value)Aspose::Page::XPS::XpsModel::XpsElementprotected
SetTemplateWeakPtr(unsigned int argument)System::Objectvirtual
shared_members_type typedefSystem::Object
SharedCount() constSystem::Objectinline
SharedRefAdded()System::Objectinline
SharedRefRemovedSafe()System::Objectinline
ToString() ASPOSE_CONSTSystem::Objectvirtual
Type()System::Objectinlinestatic
Unlock()System::Object
UpdatePropertyValueReferences(System::SharedPtr< XpsElement > propertyValue, bool add=true)Aspose::Page::XPS::XpsModel::XpsElementprotectedvirtual
WeakRefAdded()System::Objectinline
WeakRefRemoved()System::Objectinline
XpsCanvas(System::SharedPtr< XpsContext > context)Aspose::Page::XPS::XpsModel::XpsCanvasprotected
XpsCanvas(System::SharedPtr< System::Xml::XmlElement > element, System::SharedPtr< XpsElement > parent)Aspose::Page::XPS::XpsModel::XpsCanvasprotected
XpsElement(System::SharedPtr< XpsContext > context)Aspose::Page::XPS::XpsModel::XpsElementprotected
~IEnumerable() overrideSystem::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Page::XPS::XpsModel::XpsElement > >inlineprotected
~Object()System::Objectvirtual
~XpsCanvas()Aspose::Page::XPS::XpsModel::XpsCanvasprotectedvirtual
~XpsElement()Aspose::Page::XPS::XpsModel::XpsElementprotectedvirtual