summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/letter/CGPaperElementLocation.py
blob: 901fbae82a912a384888ca4c9b2df05d7bb11923 (plain)
1
2
3
4
5
6
7
8
9
10
from common.ConfigGroup import *

class CGPaperElementLocation(ConfigGroup):

    def __init__(self):
        self.cp_Display = bool()
        self.cp_Width = float()
        self.cp_Height = float()
        self.cp_X = float()
        self.cp_Y = float()