IOperatorSelectorVisit Method (MoveToNextLine) |
Visit/select T* operator.
Namespace:
Aspose.Pdf
Assembly:
Aspose.PDF (in Aspose.PDF.dll) Version: 22.5.0
Syntaxvoid Visit(
MoveToNextLine T_
)
Sub Visit (
T_ As MoveToNextLine
)
void Visit(
MoveToNextLine^ T_
)
abstract Visit :
T_ : MoveToNextLine -> unit
Parameters
- T_
- Type: Aspose.Pdf.OperatorsMoveToNextLine
Move to start of next text line operator.
See Also