| IOperatorSelectorVisit Method (MoveToNextLine) |
Visit/select T* operator.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
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