+ def SetAlignmentOrientation(*args, **kwargs):
+ """SetAlignmentOrientation(self, bool isEnd, bool isHoriz)"""
+ return _ogl.PyLineShape_SetAlignmentOrientation(*args, **kwargs)
+
+ def SetAlignmentType(*args, **kwargs):
+ """SetAlignmentType(self, bool isEnd, int alignType)"""
+ return _ogl.PyLineShape_SetAlignmentType(*args, **kwargs)
+
+ def GetAlignmentOrientation(*args, **kwargs):
+ """GetAlignmentOrientation(self, bool isEnd) -> bool"""
+ return _ogl.PyLineShape_GetAlignmentOrientation(*args, **kwargs)
+
+ def GetAlignmentType(*args, **kwargs):
+ """GetAlignmentType(self, bool isEnd) -> int"""
+ return _ogl.PyLineShape_GetAlignmentType(*args, **kwargs)
+
+ def GetAlignmentStart(*args, **kwargs):
+ """GetAlignmentStart(self) -> int"""
+ return _ogl.PyLineShape_GetAlignmentStart(*args, **kwargs)
+
+ def GetAlignmentEnd(*args, **kwargs):
+ """GetAlignmentEnd(self) -> int"""
+ return _ogl.PyLineShape_GetAlignmentEnd(*args, **kwargs)
+