Aspose::Page::XPS::XpsMetadata::Staple::StapleOption class
Contents
[
Hide
]StapleOption class
Describes the JobStapleAllDocuments and DocumentStaple features options.
class StapleOption : public Aspose::Page::XPS::XpsMetadata::Option
Methods
| Method | Description |
|---|---|
| Add(const System::ArrayPtr<System::SharedPtr<Staple::IStapleOptionItem>>&) | Adds an array of IStapleOptionItem instances to the feature. |
| SetAngle(int32_t) | Sets an Angle scored property value. |
| SetSheetCapacity(int32_t) | Sets an SheetCapacity scored property value. |
| StapleOption(System::String, const System::ArrayPtr<System::SharedPtr<Staple::IStapleOptionItem>>&) | Creates a new instance. |
Fields
| Field | Description |
|---|---|
| static None | Specifies no stapling. |
| static SaddleStitch | Specifies saddle stitch stapling. |
| static StapleBottomLeft | Specifies a single staple in the bottom, left corner. |
| static StapleBottomRight | Specifies a single staple in the bottom, right corner. |
| static StapleDualBottom | Specifies two staples along the bottom edge. |
| static StapleDualLeft | Specifies two staples along the left edge. |
| static StapleDualRight | Specifies two staples along the right edge. |
| static StapleDualTop | Specifies two staples along the top edge. |
| static StapleTopLeft | Specifies a single staple in the top, left corner. |
| static StapleTopRight | Specifies a single staple in the top, right corner. |
See Also
- Class Option
- Class Staple
- Namespace Aspose::Page::XPS::XpsMetadata
- Library Aspose.Page for C++