Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

WD_PARAGRAPH_ALIGNMENT EXTENTION #1473

Open
@yanedev

Description

@yanedev

ValueError: WD_PARAGRAPH_ALIGNMENT has no XML mapping for 'start'

Is it possible to add on existing (left, center, right) the start and end mappings so that this error is avoided. If I'm correct it should be added in the

class WD_PARAGRAPH_ALIGNMENT(BaseXmlEnum):    LEFT = (0, "left", "Left-aligned")    """Left-aligned"""    CENTER = (1, "center", "Center-aligned.")    """Center-aligned."""    RIGHT = (2, "right", "Right-aligned.")    """Right-aligned."""...

like

END = (0, "left", "Left-aligned")

or

LEFT = (0, "left", "Left-aligned", "start")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp