Aspose::Page::XPS::Features::EventBasedModifications::PageAPI クラス

PageAPI class

この Page 要素の変更 API。

class PageAPI : public Aspose::Page::XPS::Features::EventBasedModifications::IModificationAPI

メソッド

メソッド説明
Add(T)コンテンツ要素(Canvas、Path、または Glyphs)を追加します。
AddCanvas()ページに新しいキャンバスを追加します。
AddGlyphs(System::String, float, System::Drawing::FontStyle, float, float, System::String)ページに新しいグリフを追加します。
AddGlyphs(System::SharedPtr<XpsModel::XpsFont>, float, float, float, System::String)ページに新しいグリフを追加します。
AddOutlineEntry(System::String, int32_t, int32_t)ドキュメントにアウトラインエントリを追加します。
AddPath(System::SharedPtr<XpsModel::XpsPathGeometry>)ページに新しいパスを追加します。
CreateArcSegment(System::Drawing::PointF, System::Drawing::SizeF, float, bool, XpsModel::XpsSweepDirection, bool)新しい楕円弧セグメントを作成します。
CreateCanvas()新しいキャンバスを作成します。
CreateColor(System::Drawing::Color)新しい色を作成します。
CreateColor(int32_t, int32_t, int32_t, int32_t)sRGB カラースペースで新しい色を作成します。
CreateColor(int32_t, int32_t, int32_t)sRGB カラースペースで新しい色を作成します。
CreateColor(float, float, float, float)scRGB カラースペースで新しい色を作成します。
CreateColor(float, float, float)scRGB カラースペースで新しい色を作成します。
CreateColor(System::String, const System::ArrayPtr<float>&)ICC ベースのカラースペースで新しい色を作成します。
CreateColor(System::SharedPtr<XpsModel::XpsIccProfile>, const System::ArrayPtr<float>&)ICC ベースのカラースペースで新しい色を作成します。
CreateGlyphs(System::String, float, System::Drawing::FontStyle, float, float, System::String)新しいグリフを作成します。
CreateGlyphs(System::SharedPtr<XpsModel::XpsFont>, float, float, float, System::String)新しいグリフを作成します。
CreateGradientStop(System::SharedPtr<XpsModel::XpsColor>, float)新しいグラデーション ストップを作成します。
CreateGradientStop(System::Drawing::Color, float)新しいグラデーション ストップを作成します。
CreateImageBrush(System::SharedPtr<XpsModel::XpsImage>, System::Drawing::RectangleF, System::Drawing::RectangleF)新しい画像ブラシを作成します。
CreateImageBrush(System::String, System::Drawing::RectangleF, System::Drawing::RectangleF)新しい画像ブラシを作成します。
CreateLinearGradientBrush(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsGradientStop>>>, System::Drawing::PointF, System::Drawing::PointF)新しい線形グラデーションブラシを作成します。
CreateLinearGradientBrush(System::Drawing::PointF, System::Drawing::PointF)新しい線形グラデーションブラシを作成します。
CreateMatrix(float, float, float, float, float, float)新しいアフィン変換行列を作成します。
CreatePath(System::SharedPtr<XpsModel::XpsPathGeometry>)新しいパスを作成します。
CreatePathFigure(System::Drawing::PointF, bool)新しいパス図形を作成します。
CreatePathFigure(System::Drawing::PointF, System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathSegment>>>, bool)新しいパス図形を作成します。
CreatePathGeometry(System::String)省略形で指定された新しいパスジオメトリを作成します。
CreatePathGeometry()新しいパスジオメトリを作成します。
CreatePathGeometry(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>>)指定されたパス図形のリストで新しいパスジオメトリを作成します。
CreatePolyBezierSegment(System::ArrayPtr<System::Drawing::PointF>, bool)新しい3次ベジェ曲線のセットを作成します。
CreatePolyLineSegment(System::ArrayPtr<System::Drawing::PointF>, bool)任意の数の個別頂点を含む新しい多角形描画を作成します。
CreatePolyQuadraticBezierSegment(System::ArrayPtr<System::Drawing::PointF>, bool)パス図形の前の点から頂点のセットを通り、指定された制御点を使用して新しい2次ベジェ曲線のセットを作成します。
CreateRadialGradientBrush(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsGradientStop>>>, System::Drawing::PointF, System::Drawing::PointF, float, float)新しい放射状グラデーションブラシを作成します。
CreateRadialGradientBrush(System::Drawing::PointF, System::Drawing::PointF, float, float)新しい放射状グラデーションブラシを作成します。
CreateSolidColorBrush(System::SharedPtr<XpsModel::XpsColor>)新しい単色ブラシを作成します。
CreateSolidColorBrush(System::Drawing::Color)新しい単色ブラシを作成します。
CreateVisualBrush(System::SharedPtr<XpsModel::XpsContentElement>, System::Drawing::RectangleF, System::Drawing::RectangleF)新しいビジュアルブラシを作成します。
get_Height()ページの高さを取得/設定します。実効座標空間の単位で実数として表されます。
get_PageCount()アクティブなドキュメントのページ数を返します。
get_TotalPageCount()XPS ドキュメント内のすべてのドキュメントの総ページ数を返します。
get_Utils()XPS 操作 API 以外のユーティリティを提供するオブジェクトを取得します。
get_Width()ページの幅を取得/設定します。実効座標空間の単位で実数として表されます。
Insert(int32_t, T)index 位置に要素(Canvas、Path、または Glyphs)をページに挿入します。
InsertCanvas(int32_t)index 位置に新しい Canvas をページに挿入します。
InsertGlyphs(int32_t, System::String, float, System::Drawing::FontStyle, float, float, System::String)index 位置に新しい Glyphs をページに挿入します。
InsertGlyphs(int32_t, System::SharedPtr<XpsModel::XpsFont>, float, float, float, System::String)index 位置に新しい Glyphs をページに挿入します。
InsertPath(int32_t, System::SharedPtr<XpsModel::XpsPathGeometry>)index 位置に新しいパスをページに挿入します。
Remove(T)ページから要素を削除します。
RemoveAt(int32_t)ページから index の位置にある要素を削除します。
set_Height(float)ページの高さを取得/設定します。実効座標空間の単位で実数として表されます。
set_Width(float)ページの幅を取得/設定します。実効座標空間の単位で実数として表されます。

参照