IOperatorSelectorVisit Method (MoveToNextLineShowText) |
Visit/select ' operator.
Namespace:
Aspose.Pdf
Assembly:
Aspose.PDF (in Aspose.PDF.dll) Version: 22.5.0
Syntaxvoid Visit(
MoveToNextLineShowText _
)
Sub Visit (
_ As MoveToNextLineShowText
)
void Visit(
MoveToNextLineShowText^ _
)
abstract Visit :
_ : MoveToNextLineShowText -> unit
Parameters
- _
- Type: Aspose.Pdf.OperatorsMoveToNextLineShowText
Move to next line and show text operator.
See Also