ooodev.format.writer.modify.char.borders package
Module contents
- class ooodev.format.writer.modify.char.borders.Padding(*, left=None, right=None, top=None, bottom=None, all=None, style_name=StyleCharKind.STANDARD, style_family='CharacterStyles')[source]
Bases:
CharStyleBaseMulti
Character Style Border padding.
See also
New in version 0.9.0.
- __init__(*, left=None, right=None, top=None, bottom=None, all=None, style_name=StyleCharKind.STANDARD, style_family='CharacterStyles')[source]
Constructor
- Parameters:
left (float, UnitT, optional) – Left (in
mm
units) or Class UnitT.right (float, UnitT, optional) – Right (in
mm
units) or Class UnitT.top (float, UnitT, optional) – Top (in
mm
units) or Class UnitT.bottom (float, UnitT, optional) – Bottom (in
mm
units) or Class UnitT.all (float, UnitT, optional) – Left, right, top, bottom (in
mm
units) or Class UnitT. If argument is present thenleft
,right
,top
, andbottom
arguments are ignored.style_name (StyleParaKind, str, optional) – Specifies the Character Style that instance applies to. Default is Default Character Style.
style_family (str, optional) – Style family. Default
CharacterStyles
.
- Return type:
None
See also
- classmethod from_style(doc, style_name=StyleCharKind.STANDARD, style_family='CharacterStyles')[source]
Gets instance from Document.
- Parameters:
doc (object) – UNO Document Object.
style_name (StyleCharKind, str, optional) – Specifies the Character Style that instance applies to. Default is Default Character Style.
style_family (str, optional) – Style family. Default
CharacterStyles
.
- Returns:
Padding
instance from document properties.- Return type:
- property prop_style_name: str
Gets/Sets property Style Name
- Return type:
str
- class ooodev.format.writer.modify.char.borders.Shadow(*, location=ShadowLocation.BOTTOM_RIGHT, color=8421504, transparent=False, width=1.76, style_name=StyleCharKind.STANDARD, style_family='CharacterStyles')[source]
Bases:
CharStyleBaseMulti
Character Style Border padding.
See also
New in version 0.9.0.
- __init__(*, location=ShadowLocation.BOTTOM_RIGHT, color=8421504, transparent=False, width=1.76, style_name=StyleCharKind.STANDARD, style_family='CharacterStyles')[source]
Constructor
- Parameters:
location (ShadowLocation, optional) – contains the location of the shadow. Default to
ShadowLocation.BOTTOM_RIGHT
.color (
Color
, optional) – contains the color value of the shadow. Defaults toStandardColor.GRAY
.transparent (bool, optional) – Shadow transparency. Defaults to False.
width (float, UnitT, optional) – contains the size of the shadow (in
mm
units) or Class UnitT. Defaults to1.76
.style_name (StyleCharKind, str, optional) – Specifies the Character Style that instance applies to. Default is Default Character Style.
style_family (str, optional) – Style family. Default
CharacterStyles
.
- Return type:
None
See also
- classmethod from_style(doc, style_name=StyleCharKind.STANDARD, style_family='CharacterStyles')[source]
Gets instance from Document.
- Parameters:
doc (object) – UNO Document Object.
style_name (StyleParaKind, str, optional) – Specifies the Character Style that instance applies to. Default is Default Character Style.
style_family (str, optional) – Style family. Default
CharacterStyles
.
- Returns:
Shadow
instance from document properties.- Return type:
- property prop_style_name: str
Gets/Sets property Style Name
- Return type:
str
- class ooodev.format.writer.modify.char.borders.Sides(*, left=None, right=None, top=None, bottom=None, border_side=None, style_name=StyleCharKind.STANDARD, style_family='CharacterStyles')[source]
Bases:
CharStyleBaseMulti
Character Style Border Sides (lines).
See also
New in version 0.9.0.
- __init__(*, left=None, right=None, top=None, bottom=None, border_side=None, style_name=StyleCharKind.STANDARD, style_family='CharacterStyles')[source]
Constructor
- Parameters:
left (Side | None, optional) – Determines the line style at the left edge.
right (Side | None, optional) – Determines the line style at the right edge.
top (Side | None, optional) – Determines the line style at the top edge.
bottom (Side | None, optional) – Determines the line style at the bottom edge.
border_side (Side | None, optional) – Determines the line style at the top, bottom, left, right edges. If this argument has a value then arguments
top
,bottom
,left
,right
are ignoredshadowed (bool, optional) – Specifies if the characters are formatted and displayed with a shadow effect.
style_name (StyleParaKind, str, optional) – Specifies the Character Style that instance applies to. Default is Default Character Style.
style_family (str, optional) – Style family. Default
CharacterStyles
.
- Return type:
None
See also
- classmethod from_style(doc, style_name=StyleCharKind.STANDARD, style_family='CharacterStyles')[source]
Gets instance from Document.
- Parameters:
doc (object) – UNO Document Object.
style_name (StyleCharKind, str, optional) – Specifies the Character Style that instance applies to. Default is Default Character Style.
style_family (str, optional) – Style family. Default
CharacterStyles
.
- Returns:
Sides
instance from document properties.- Return type:
- property prop_style_name: str
Gets/Sets property Style Name
- Return type:
str