Aspose::Page::XPS::XpsDocument::Insert 方法

XpsDocument::Insert method

index 位置向活动页面插入一个元素(Canvas、Path 或 Glyphs)。

template<typename T> T Aspose::Page::XPS::XpsDocument::Insert(int32_t index, T element)
Parameter描述
T元素的类型。
ParameterType描述
索引int32_t应插入 element 的位置。
元素T待插入的元素。

ReturnValue

已插入的元素。

另见