Module Css_Property.MediaGroup

type any = display'
type aural = [
| azimuth
| cues
| elevation
| pauses
| pitch_range
| pitch
| play_during
| richness
| speak_header
| speak_numeral
| speak_punctuation
| speak
| speech_rate
| stress
| voice_family
| volume
| any
]
type interactive = [
| cursor
| outlines
| any
]
type visual = [
| aligns
| backgrounds
| border_collapse
| border_colors
| border_spacing
| border_styles
| border_widths
| borders
| caption_side
| clear
| clip
| color
| cursor
| direction
| empty_cells
| flexs
| float_
| fonts
| heights
| justify_content
| letter_spacing
| line_height
| list_styles
| margins
| order
| outlines
| overflow
| paddings
| page_breaks
| page_breaks_inside
| positions
| table_layout
| texts
| unicode_bidi
| vertical_align
| visibility
| white_space
| widths
| word_spacing
| z_index
| any
]
type paged = [
| size
| margins
| page_breaks
| page_breaks_inside
| any
]

Page margins, Page breaks, and Breaks inside elements

val to_aural : [< aural ] t -> aural t
val to_interactive : [< interactive ] t -> interactive t
val to_visual : [< visual ] t -> visual t