parProperties: create a 'parProperties' object.

Description Usage Arguments Details Value See Also Examples

Description

Create a parProperties object without using new("parProperties", ...).

Usage

1
2
3
parProperties(text.align = "left", padding.bottom = 1
		, padding.top = 1, padding.left = 1
		, padding.right = 1, padding) 

Arguments

text.align

text alignment. Expected value is "left" or "right" or "center" or "justify".

padding.bottom

space after paragraph in px unit. Expected value must be >=0

padding.top

space before paragraph in px unit. Expected value must be >=0

padding.left

space on the left of paragraph in px unit. Expected value must be >=0

padding.right

space on the right of paragraph in px unit. Expected value must be >=0

padding

space around paragraph in px unit. Expected value must be >=0. It sets all paddings to the same value.

Details

padding is a shortcut that provide its value to the 4 padding.* parameters.

Value

an parProperties object

See Also

tableProperties, cellProperties, textProperties,

Examples

1
parProperties(text.align = "center", padding = 3 )

davidgohel/R2DOC documentation built on May 14, 2019, 11:11 p.m.