OOO Development Tools

Book:

  • Python LibreOffice Programming

Help:

  • Help Documentation

Guides:

  • Guides

Misc:

  • Events
  • Version History
  • Credits and Acknowledgements

DEVELOPER API:

  • ooodev
    • adapter
    • calc
    • config
    • conn
    • dialog
    • draw
    • events
    • exceptions
    • form
    • format
      • Subpackages
        • ooodev.format.calc package
        • ooodev.format.chart2 package
        • ooodev.format.draw package
        • ooodev.format.impress package
        • ooodev.format.inner package
        • ooodev.format.proto package
        • ooodev.format.writer package
      • Submodules
      • Module contents
    • formatters
    • Globals
    • gui
    • io
    • listeners
    • loader
    • macro
    • meta
    • office
    • proto
    • theme
    • units
    • uno_helper
    • utils
    • wrapper
    • write

DEVELOPING ODEV:

  • Dev Docs
OOO Development Tools
  • ooodev
  • format
  • ooodev.format.calc package
  • ooodev.format.calc.modify package
  • ooodev.format.calc.modify.page package
  • ooodev.format.calc.modify.page.footer package
  • Edit on GitHub

ooodev.format.calc.modify.page.footer package

Subpackages

  • ooodev.format.calc.modify.page.footer.area package
    • Module contents
      • Color
        • Color.__init__()
        • Color.prop_format_kind
      • Img
        • Img.__init__()
        • Img.prop_format_kind
  • ooodev.format.calc.modify.page.footer.borders package
    • Module contents
      • Padding
        • Padding.__init__()
        • Padding.prop_format_kind
      • Shadow
        • Shadow.__init__()
        • Shadow.prop_format_kind
      • Sides
        • Sides.__init__()
        • Sides.prop_format_kind

Module contents

class ooodev.format.calc.modify.page.footer.Footer(*, on=None, shared=None, shared_first=None, margin_left=None, margin_right=None, spacing=None, height=None, height_auto=None, style_name=CalcStylePageKind.DEFAULT, style_family='PageStyles')[source]

Bases: Header

Page Footer Settings

See also

  • Calc Modify Page Footer

New in version 0.9.0.

__init__(*, on=None, shared=None, shared_first=None, margin_left=None, margin_right=None, spacing=None, height=None, height_auto=None, style_name=CalcStylePageKind.DEFAULT, style_family='PageStyles')[source]

Constructor

Parameters:
  • on (bool | None, optional) – Specifics if Footer is on.

  • shared (bool | None, optional) – Specifies if same contents left and right.

  • shared_first (bool | None, optional) – Specifies if same contents on first page.

  • margin_left (float | None, optional) – Specifies Left Margin in mm units.

  • margin_right (float | None, optional) – Specifies Right Margin in mm units.

  • spacing (float | None, optional) – Specifies Spacing in mm units.

  • height (float | None, optional) – Specifies Height in mm units.

  • height_auto (bool | None, optional) – Specifies if auto-fit height is used.

  • style_name (CalcStylePageKind, str, optional) – Specifies the Page Style that instance applies to. Default is Default Page Style.

  • style_family (str, optional) – Style family. Default PageStyles.

Return type:

None

See also

  • Calc Modify Page Footer

property prop_format_kind: FormatKind

Gets the kind of style

Return type:

FormatKind

Previous Next

© Copyright 2022-2024, :Barry-Thomas-Paul: Moss. Revision 8b0142c4.

Built with Sphinx using a theme provided by Read the Docs.