Aspose::Page::XPS::XpsDocument Member List

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

_usedByPluginAspose::Page::Documentprotected
_ventureLicenseAspose::Page::Documentprotected
Add(T element)Aspose::Page::XPS::XpsDocumentinline
AddCanvas()Aspose::Page::XPS::XpsDocument
AddDocument(bool activate=true)Aspose::Page::XPS::XpsDocument
AddDocument(float width, float height, bool activate=true)Aspose::Page::XPS::XpsDocument
AddGlyphs(System::String fontFamily, float fontRenderingEmSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString)Aspose::Page::XPS::XpsDocument
AddGlyphs(System::SharedPtr< XpsModel::XpsFont > font, float fontRenderingEmSize, float originX, float originY, System::String unicodeString)Aspose::Page::XPS::XpsDocument
AddOutlineEntry(System::String description, int32_t outlineLevel, System::SharedPtr< XpsModel::XpsHyperlinkTarget > target)Aspose::Page::XPS::XpsDocument
AddPage(bool activate=true)Aspose::Page::XPS::XpsDocument
AddPage(float width, float height, bool activate=true)Aspose::Page::XPS::XpsDocument
AddPage(System::SharedPtr< XpsModel::XpsPage > page, bool activate=true)Aspose::Page::XPS::XpsDocument
AddPath(System::SharedPtr< XpsModel::XpsPathGeometry > data)Aspose::Page::XPS::XpsDocument
Assert()Aspose::Page::XPS::XpsDocument
CreateArcSegment(System::Drawing::PointF point, System::Drawing::SizeF size, float rotationAngle, bool isLargeArc, XpsModel::XpsSweepDirection sweepDirection, bool isStroked=true)Aspose::Page::XPS::XpsDocument
CreateCanvas()Aspose::Page::XPS::XpsDocument
CreateColor(System::Drawing::Color color)Aspose::Page::XPS::XpsDocument
CreateColor(int32_t a, int32_t r, int32_t g, int32_t b)Aspose::Page::XPS::XpsDocument
CreateColor(int32_t r, int32_t g, int32_t b)Aspose::Page::XPS::XpsDocument
CreateColor(float a, float r, float g, float b)Aspose::Page::XPS::XpsDocument
CreateColor(float r, float g, float b)Aspose::Page::XPS::XpsDocument
CreateColor(System::String path, const System::ArrayPtr< float > &components)Aspose::Page::XPS::XpsDocument
CreateColor(System::SharedPtr< XpsModel::XpsIccProfile > iccProfile, const System::ArrayPtr< float > &components)Aspose::Page::XPS::XpsDocument
CreateFont(System::String fontFamily, System::Drawing::FontStyle fontStyle)Aspose::Page::XPS::XpsDocument
CreateFont(System::SharedPtr< System::IO::Stream > stream)Aspose::Page::XPS::XpsDocument
CreateGlyphs(System::String fontFamily, float fontRenderingEmSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString)Aspose::Page::XPS::XpsDocument
CreateGlyphs(System::SharedPtr< XpsModel::XpsFont > font, float fontRenderingEmSize, float originX, float originY, System::String unicodeString)Aspose::Page::XPS::XpsDocument
CreateGradientStop(System::SharedPtr< XpsModel::XpsColor > color, float offset)Aspose::Page::XPS::XpsDocument
CreateGradientStop(System::Drawing::Color color, float offset)Aspose::Page::XPS::XpsDocument
CreateIccProfile(System::String iccProfilePath)Aspose::Page::XPS::XpsDocument
CreateIccProfile(System::SharedPtr< System::IO::Stream > stream)Aspose::Page::XPS::XpsDocument
CreateImage(System::String imagePath)Aspose::Page::XPS::XpsDocument
CreateImage(System::SharedPtr< System::IO::Stream > stream)Aspose::Page::XPS::XpsDocument
CreateImageBrush(System::SharedPtr< XpsModel::XpsImage > image, System::Drawing::RectangleF viewbox, System::Drawing::RectangleF viewport)Aspose::Page::XPS::XpsDocument
CreateImageBrush(System::String imagePath, System::Drawing::RectangleF viewbox, System::Drawing::RectangleF viewport)Aspose::Page::XPS::XpsDocument
CreateLinearGradientBrush(System::SharedPtr< System::Collections::Generic::List< System::SharedPtr< XpsModel::XpsGradientStop >>> gradientStops, System::Drawing::PointF startPoint, System::Drawing::PointF endPoint)Aspose::Page::XPS::XpsDocument
CreateLinearGradientBrush(System::Drawing::PointF startPoint, System::Drawing::PointF endPoint)Aspose::Page::XPS::XpsDocument
CreateMatrix(float m11, float m12, float m21, float m22, float m31, float m32)Aspose::Page::XPS::XpsDocument
CreatePath(System::SharedPtr< XpsModel::XpsPathGeometry > data)Aspose::Page::XPS::XpsDocument
CreatePathFigure(System::Drawing::PointF startPoint, bool isClosed=false)Aspose::Page::XPS::XpsDocument
CreatePathFigure(System::Drawing::PointF startPoint, System::SharedPtr< System::Collections::Generic::List< System::SharedPtr< XpsModel::XpsPathSegment >>> segments, bool isClosed=false)Aspose::Page::XPS::XpsDocument
CreatePathGeometry(System::String abbreviatedGeometry)Aspose::Page::XPS::XpsDocument
CreatePathGeometry()Aspose::Page::XPS::XpsDocument
CreatePathGeometry(System::SharedPtr< System::Collections::Generic::List< System::SharedPtr< XpsModel::XpsPathFigure >>> pathFigures)Aspose::Page::XPS::XpsDocument
CreatePolyBezierSegment(System::ArrayPtr< System::Drawing::PointF > points, bool isStroked=true)Aspose::Page::XPS::XpsDocument
CreatePolyLineSegment(System::ArrayPtr< System::Drawing::PointF > points, bool isStroked=true)Aspose::Page::XPS::XpsDocument
CreatePolyQuadraticBezierSegment(System::ArrayPtr< System::Drawing::PointF > points, bool isStroked=true)Aspose::Page::XPS::XpsDocument
CreateRadialGradientBrush(System::SharedPtr< System::Collections::Generic::List< System::SharedPtr< XpsModel::XpsGradientStop >>> gradientStops, System::Drawing::PointF center, System::Drawing::PointF gradientOrigin, float radiusX, float radiusY)Aspose::Page::XPS::XpsDocument
CreateRadialGradientBrush(System::Drawing::PointF center, System::Drawing::PointF gradientOrigin, float radiusX, float radiusY)Aspose::Page::XPS::XpsDocument
CreateSolidColorBrush(System::SharedPtr< XpsModel::XpsColor > color)Aspose::Page::XPS::XpsDocument
CreateSolidColorBrush(System::Drawing::Color color)Aspose::Page::XPS::XpsDocument
CreateVisualBrush(System::SharedPtr< XpsModel::XpsContentElement > element, System::Drawing::RectangleF viewbox, System::Drawing::RectangleF viewport)Aspose::Page::XPS::XpsDocument
Dispose() overrideAspose::Page::XPS::XpsDocumentvirtual
Document()Aspose::Page::Document
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
FastCast(const Details::FastRttiBase &helper, void **out_ptr) constSystem::Objectvirtual
get_ActiveDocument()Aspose::Page::XPS::XpsDocument
get_ActiveDocumentInternal()Aspose::Page::XPS::XpsDocumentprotected
get_ActivePage()Aspose::Page::XPS::XpsDocument
get_Context() constAspose::Page::XPS::XpsDocumentprotected
get_DocumentCount()Aspose::Page::XPS::XpsDocument
get_JobPrintTicket()Aspose::Page::XPS::XpsDocument
get_Page()Aspose::Page::XPS::XpsDocument
get_PageCount()Aspose::Page::XPS::XpsDocument
get_TotalPageCount()Aspose::Page::XPS::XpsDocument
get_Utils() constAspose::Page::XPS::XpsDocument
GetCounter()System::Objectinline
GetDocumentPrintTicket(int32_t documentIndex)Aspose::Page::XPS::XpsDocument
GetHashCode() constSystem::Objectvirtual
GetPagePrintTicket(int32_t documentIndex, int32_t pageIndex)Aspose::Page::XPS::XpsDocument
GetType() constSystem::Objectvirtual
GetVentureLicense() overrideAspose::Page::XPS::XpsDocumentprotectedvirtual
Insert(int32_t index, T element)Aspose::Page::XPS::XpsDocumentinline
InsertCanvas(int32_t index)Aspose::Page::XPS::XpsDocument
InsertDocument(int32_t index, bool activate=true)Aspose::Page::XPS::XpsDocument
InsertDocument(int32_t index, float width, float height, bool activate=true)Aspose::Page::XPS::XpsDocument
InsertGlyphs(int32_t index, System::String fontFamily, float fontSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString)Aspose::Page::XPS::XpsDocument
InsertGlyphs(int32_t index, System::SharedPtr< XpsModel::XpsFont > font, float fontSize, float originX, float originY, System::String unicodeString)Aspose::Page::XPS::XpsDocument
InsertPage(int32_t index, bool activate=true)Aspose::Page::XPS::XpsDocument
InsertPage(int32_t index, float width, float height, bool activate=true)Aspose::Page::XPS::XpsDocument
InsertPage(int32_t index, System::SharedPtr< XpsModel::XpsPage > page, bool activate=true)Aspose::Page::XPS::XpsDocument
InsertPath(int32_t index, System::SharedPtr< XpsModel::XpsPathGeometry > data)Aspose::Page::XPS::XpsDocument
Is(const TypeInfo &targetType) constSystem::Objectvirtual
Lock()System::Object
MemberwiseClone() constSystem::Objectvirtual
Merge(System::ArrayPtr< System::String > filesForMerge, System::SharedPtr< Device > device, System::SharedPtr< SaveOptions > options)Aspose::Page::XPS::XpsDocument
Merge(System::ArrayPtr< System::String > filesForMerge, System::SharedPtr< System::IO::Stream > outStream)Aspose::Page::XPS::XpsDocument
Object()System::Object
Object(Object const &x)System::Object
operator=(Object const &x)System::Objectinline
PrepareSaving(System::SharedPtr< Device > device, System::SharedPtr< SaveOptions > options)Aspose::Page::XPS::XpsDocumentprotected
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
Remove(T element)Aspose::Page::XPS::XpsDocumentinline
RemoveAt(int32_t index)Aspose::Page::XPS::XpsDocument
RemoveDocumentAt(int32_t index)Aspose::Page::XPS::XpsDocument
RemovedSharedRefs(int count)System::Objectinline
RemovePage(System::SharedPtr< XpsModel::XpsPage > page)Aspose::Page::XPS::XpsDocument
RemovePageAt(int32_t index)Aspose::Page::XPS::XpsDocument
Save(System::String path)Aspose::Page::XPS::XpsDocument
Save(System::SharedPtr< System::IO::Stream > stream)Aspose::Page::XPS::XpsDocument
Save(System::SharedPtr< Device > device, System::SharedPtr< SaveOptions > options) overrideAspose::Page::XPS::XpsDocumentvirtual
SelectActiveDocument(int32_t documentNumber)Aspose::Page::XPS::XpsDocument
SelectActivePage(int32_t pageNumber)Aspose::Page::XPS::XpsDocument
SerializeDocumentSequence(System::SharedPtr< Aspose::OpcPackaging::OpcPackage > package)Aspose::Page::XPS::XpsDocumentprotected
set_JobPrintTicket(System::SharedPtr< Aspose::Page::XPS::XpsMetadata::JobPrintTicket > value)Aspose::Page::XPS::XpsDocument
SetDocumentPrintTicket(int32_t documentIndex, System::SharedPtr< XpsMetadata::DocumentPrintTicket > printTicket)Aspose::Page::XPS::XpsDocument
SetPagePrintTicket(int32_t documentIndex, int32_t pageIndex, System::SharedPtr< XpsMetadata::PagePrintTicket > printTicket)Aspose::Page::XPS::XpsDocument
SetPlugin(Plugins::Plugin plugin)Aspose::Page::Documentprotected
SetTemplateWeakPtr(uint32_t argument)System::Objectvirtual
SetVentureLicense(System::SharedPtr< Aspose::Page::LicenseManagement::VentureLicense > license) overrideAspose::Page::XPS::XpsDocumentprotected
Aspose::Page::Document::SetVentureLicense(System::SharedPtr< LicenseManagement::VentureLicense > license)Aspose::Page::Documentprotectedvirtual
SharedCount() constSystem::Objectinline
SharedRefAdded()System::Objectinline
SharedRefRemovedSafe()System::Objectinline
ToString() constSystem::Objectvirtual
Type()System::Objectinlinestatic
Unlock()System::Object
WeakRefAdded()System::Objectinline
WeakRefRemoved()System::Objectinline
XpsDocument()Aspose::Page::XPS::XpsDocument
XpsDocument(System::String path)Aspose::Page::XPS::XpsDocument
XpsDocument(System::String path, System::SharedPtr< LoadOptions > options)Aspose::Page::XPS::XpsDocument
XpsDocument(System::SharedPtr< System::IO::Stream > stream, System::SharedPtr< LoadOptions > options)Aspose::Page::XPS::XpsDocument
~Object()System::Objectvirtual
~XpsDocument()Aspose::Page::XPS::XpsDocumentprotectedvirtual