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.draw package
  • ooodev.format.draw.direct package
  • ooodev.format.draw.direct.text package
  • ooodev.format.draw.direct.text.animation package
  • ooodev.format.draw.direct.text.animation.blink module
  • Edit on GitHub

ooodev.format.draw.direct.text.animation.blink module

class ooodev.format.draw.direct.text.animation.blink.Blink(start_inside=None, visible_on_exit=None, increment=None, delay=None)[source]

Bases: Blink

This class represents the text Animation of an object that supports com.sun.star.drawing.TextProperties.

See also

  • Draw Direct Shape Text - Animations

New in version 0.17.6.

__init__(start_inside=None, visible_on_exit=None, increment=None, delay=None)[source]

Constructor.

Parameters:
  • start_inside (bool | None) – bool, optional): Start inside. If this value is True, the text is visible at the start of the animation.

  • visible_on_exit (bool, optional) – Visible on exit. If this value is True, the text is visible at the end of the animation.

  • increment (float, UnitT, optional) – Increment value. A positive float represents MM units, a negative value represents pixels, or a UnitT instance can be passed in.

  • delay (int, optional) – Delay in milliseconds. This is the delay in thousandths of a second (milliseconds) between each of the animation steps. A value of 0 means automatic delay.

Return type:

None

See also

  • Draw Direct Shape Text - Animations

Previous Next

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

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