API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdTextField Class > OdTextField Methods > OdTextField::getMultiline Method
OdTextField::getMultiline Method
Syntax
C++
void getMultiline(bool& state) const;
Parameters 
Description 
bool& state 
[out] A placeholder for the multiline flag value. 

Returns the current multiline flag value of the text. This flag determines whether the text field content can be divided into several lines. If the flag is equal to true, the text field can contain several lines, otherwise text field content is in a single line. The method fills a passed boolean value with the current flag value and returns it to a calling subroutine. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.