Class DrawingBitmapKind

class ooodev.utils.kind.drawing_bitmap_kind.DrawingBitmapKind(value)[source]

Drawing (some) Bitmap Values. The actual value may change from version to version and may be different in other languages.

These are just quick suggestion that show up in Draw Bitmap options.

static from_str(s)[source]

Gets an DrawingBitmapKind instance from string.

Parameters:

s (str) – String that represents the name of an enum Name. s is case insensitive and can be CamelCase, pascal_case , snake_case, hyphen-case, normal case.

Raises:
  • ValueError – If input string is empty.

  • AttributeError – If unable to get DrawingBitmapKind instance.

Returns:

Enum instance.

Return type:

DrawingBitmapKind

BATHROOM_TILES = 'Bathroom Tiles'
BRICK_WALL = 'Brick Wall'
CARDBOARD = 'Cardboard'
COFFEE_BEANS = 'Coffee Beans'
COLORFUL_PEBBLES = 'Colorful Pebbles'
COLOR_STRIPES = 'Color Stripes'
CONCRETE = 'Concrete'
FENCE = 'Fence'
FLORAL = 'Floral'
ICE_LIGHT = 'Ice light'
INVOICE_PAPER = 'Invoice Paper'
LAWN = 'Lawn'
LITTLE_CLOUDS = 'Little Clouds'
MAPLE_LEAVES = 'Maple Leaves'
MARBLE = 'Marble'
PAINTED_WHITE = 'Painted White'
PAPER_CRUMPLED = 'Paper Crumpled'
PAPER_GRAPH = 'Paper Graph'
PAPER_TEXTURE = 'Paper Texture'
PARCHMENT_PAPER = 'Parchment Paper'
POOL = 'Pool'
SAND_LIGHT = 'Sand light'
SPACE = 'Space'
STONE = 'Stone'
STONE_WALL = 'Stone Wall'
STUDIO = 'Studio'
SURFACE = 'Surface'
WALL_OF_ROCK = 'Wall of Rock'
WHITE_DIFFUSION = 'White Diffusion'
ZEBRA = 'Zebra'