update DOCX
This commit is contained in:
@@ -40,6 +40,8 @@ begin
|
||||
{self.}BehindDoc := object_.XmlAttrBehindDoc.Value;
|
||||
if not ifnil(object_.XmlAttrLocked) then
|
||||
{self.}Locked := object_.XmlAttrLocked.Value;
|
||||
if not ifnil(object_.XmlAttrHidden) then
|
||||
{self.}Hidden := object_.XmlAttrHidden.Value;
|
||||
if not ifnil(object_.XmlAttrLayoutInCell) then
|
||||
{self.}LayoutInCell := object_.XmlAttrLayoutInCell.Value;
|
||||
if not ifnil(object_.XmlAttrAllowOverlap) then
|
||||
|
||||
@@ -26,6 +26,8 @@ begin
|
||||
tslassigning := 1;
|
||||
if not ifnil(object_.XmlAttrFldCharType) then
|
||||
{self.}FldCharType := object_.XmlAttrFldCharType.Value;
|
||||
if not ifnil(object_.XmlAttrFldLock) then
|
||||
{self.}FldLock := object_.XmlAttrFldLock.Value;
|
||||
if not ifnil(object_.XmlAttrDirty) then
|
||||
{self.}Dirty := object_.XmlAttrDirty.Value;
|
||||
tslassigning := tslassigning_backup;
|
||||
|
||||
@@ -26,6 +26,8 @@ begin
|
||||
tslassigning := 1;
|
||||
if not ifnil(object_.XmlChildNoProof) then
|
||||
{self.}XmlChildNoProof := new PureValUnitDecorator(object_.XmlChildNoProof);
|
||||
if not ifnil(object_.XmlChildPosition) then
|
||||
{self.}XmlChildPosition := new PureValUnitDecorator(object_.XmlChildPosition);
|
||||
if not ifnil(object_.XmlChildWebHidden) then
|
||||
{self.}XmlChildWebHidden := new PureWValUnitDecorator(object_.XmlChildWebHidden);
|
||||
if not ifnil(object_.XmlChildRStyle) then
|
||||
|
||||
Reference in New Issue
Block a user