update config
This commit is contained in:
@@ -38,6 +38,8 @@ begin
|
||||
{self.}HAnsiTheme := object_.XmlAttrHAnsiTheme.Value;
|
||||
if not ifnil(object_.XmlAttrHint) then
|
||||
{self.}Hint := object_.XmlAttrHint.Value;
|
||||
if not ifnil(object_.XmlAttrCs) then
|
||||
{self.}Cs := object_.XmlAttrCs.Value;
|
||||
if not ifnil(object_.XmlAttrCsTheme) then
|
||||
{self.}CsTheme := object_.XmlAttrCsTheme.Value;
|
||||
tslassigning := tslassigning_backup;
|
||||
|
||||
@@ -28,6 +28,8 @@ begin
|
||||
{self.}Type := object_.XmlAttrType.Value;
|
||||
if not ifnil(object_.XmlChildPPr) then
|
||||
{self.}XmlChildPPr := new PPrUnitDecorator(object_.XmlChildPPr);
|
||||
if not ifnil(object_.XmlChildRPr) then
|
||||
{self.}XmlChildRPr := new RPrUnitDecorator(object_.XmlChildRPr);
|
||||
if not ifnil(object_.XmlChildTblPr) then
|
||||
{self.}XmlChildTblPr := new TblPrUnitDecorator(object_.XmlChildTblPr);
|
||||
if not ifnil(object_.XmlChildTrPr) then
|
||||
|
||||
@@ -32,6 +32,8 @@ begin
|
||||
{self.}VMerge.Copy(object_.XmlChildVMerge);
|
||||
if not ifnil(object_.XmlChildVAlign) then
|
||||
{self.}XmlChildVAlign := new PureWValUnitDecorator(object_.XmlChildVAlign);
|
||||
if not ifnil(object_.XmlChildHideMark) then
|
||||
{self.}HideMark.Copy(object_.XmlChildHideMark);
|
||||
if not ifnil(object_.XmlChildShd) then
|
||||
{self.}XmlChildShd := new ShdUnitDecorator(object_.XmlChildShd);
|
||||
tslassigning := tslassigning_backup;
|
||||
|
||||
Reference in New Issue
Block a user