PadOptions
Object Hierarchy:
Description:
[
CCode ( type_id =
"garrow_pad_options_get_type ()" ) ]
public class PadOptions :
FunctionOptions
Content:
Properties:
- public bool lean_left_on_odd_padding { get; set; }
What to do if there is an odd number of padding characters (in case of
centered padding).
- public string padding { owned get; set; }
What to pad the string with.
- public int64 width { get; set; }
The desired string length.
Creation methods:
Inherited Members:
All known members inherited from class GArrow.FunctionOptions
All known members inherited from class GLib.Object