Aspose::Pdf::Operators::SetLineJoin class

SetLineJoin class

Class representing j operator (set line join style).

class SetLineJoin : public Aspose::Pdf::Operator

Methods

MethodDescription
Accept(System::SharedPtr<IOperatorSelector>) overrideAccepts visitor object to process operator.
get_Index()Operator index in page operators list.
get_Join()
static IsTextShowOperator(System::SharedPtr<Operator>)Determines if the operator is operator which responsible for text output (Tj, TJ, etc)
set_Index(int32_t)Operator index in page operators list.
set_Join(LineJoin)
SetLineJoin()Initializes operator.
SetLineJoin(LineJoin)
ToString() const overrideReturns text of operator and its parameters.
ValueEquals(System::SharedPtr<Operator>)Compares this instance with the given object.

See Also