public CT_BackgroundFormatting() { this.effectDagField = new CT_EffectContainer(); this.effectLstField = new CT_EffectList(); this.grpFillField = new CT_GroupFillProperties(); this.pattFillField = new CT_PatternFillProperties(); this.blipFillField = new CT_BlipFillProperties(); this.gradFillField = new CT_GradientFillProperties(); this.solidFillField = new CT_SolidColorFillProperties(); this.noFillField = new CT_NoFillProperties(); }
public CT_EffectProperties() { this.effectDagField = new CT_EffectContainer(); this.effectLstField = new CT_EffectList(); }
public CT_EffectStyleItem() { this.sp3dField = new CT_Shape3D(); this.scene3dField = new CT_Scene3D(); this.effectDagField = new CT_EffectContainer(); this.effectLstField = new CT_EffectList(); }
public static CT_EffectList Parse(XmlNode node, XmlNamespaceManager namespaceManager) { if (node == null) return null; CT_EffectList ctObj = new CT_EffectList(); foreach (XmlNode childNode in node.ChildNodes) { if (childNode.LocalName == "blur") ctObj.blur = CT_BlurEffect.Parse(childNode, namespaceManager); else if (childNode.LocalName == "fillOverlay") ctObj.fillOverlay = CT_FillOverlayEffect.Parse(childNode, namespaceManager); else if (childNode.LocalName == "glow") ctObj.glow = CT_GlowEffect.Parse(childNode, namespaceManager); else if (childNode.LocalName == "innerShdw") ctObj.innerShdw = CT_InnerShadowEffect.Parse(childNode, namespaceManager); else if (childNode.LocalName == "outerShdw") ctObj.outerShdw = CT_OuterShadowEffect.Parse(childNode, namespaceManager); else if (childNode.LocalName == "prstShdw") ctObj.prstShdw = CT_PresetShadowEffect.Parse(childNode, namespaceManager); else if (childNode.LocalName == "reflection") ctObj.reflection = CT_ReflectionEffect.Parse(childNode, namespaceManager); else if (childNode.LocalName == "softEdge") ctObj.softEdge = CT_SoftEdgesEffect.Parse(childNode, namespaceManager); } return ctObj; }
public CT_TableProperties() { this.extLstField = new CT_OfficeArtExtensionList(); this.effectDagField = new CT_EffectContainer(); this.effectLstField = new CT_EffectList(); this.grpFillField = new CT_GroupFillProperties(); this.pattFillField = new CT_PatternFillProperties(); this.blipFillField = new CT_BlipFillProperties(); this.gradFillField = new CT_GradientFillProperties(); this.solidFillField = new CT_SolidColorFillProperties(); this.noFillField = new CT_NoFillProperties(); this.rtlField = false; this.firstRowField = false; this.firstColField = false; this.lastRowField = false; this.lastColField = false; this.bandRowField = false; this.bandColField = false; }
public CT_GroupShapeProperties() { this.extLstField = new CT_OfficeArtExtensionList(); this.scene3dField = new CT_Scene3D(); this.effectDagField = new CT_EffectContainer(); this.effectLstField = new CT_EffectList(); this.grpFillField = new CT_GroupFillProperties(); this.pattFillField = new CT_PatternFillProperties(); this.blipFillField = new CT_BlipFillProperties(); this.gradFillField = new CT_GradientFillProperties(); this.solidFillField = new CT_SolidColorFillProperties(); this.noFillField = new CT_NoFillProperties(); //this.xfrmField = new CT_GroupTransform2D(); }
public CT_TextCharacterProperties() { this.extLstField = new CT_OfficeArtExtensionList(); this.hlinkMouseOverField = new CT_Hyperlink(); this.hlinkClickField = new CT_Hyperlink(); this.symField = new CT_TextFont(); this.csField = new CT_TextFont(); this.eaField = new CT_TextFont(); this.latinField = new CT_TextFont(); this.uFillField = new CT_TextUnderlineFillGroupWrapper(); this.uFillTxField = new CT_TextUnderlineFillFollowText(); this.uLnField = new CT_LineProperties(); this.uLnTxField = new CT_TextUnderlineLineFollowText(); this.highlightField = new CT_Color(); this.effectDagField = new CT_EffectContainer(); this.effectLstField = new CT_EffectList(); this.grpFillField = new CT_GroupFillProperties(); this.pattFillField = new CT_PatternFillProperties(); this.blipFillField = new CT_BlipFillProperties(); this.gradFillField = new CT_GradientFillProperties(); this.solidFillField = new CT_SolidColorFillProperties(); this.noFillField = new CT_NoFillProperties(); this.lnField = new CT_LineProperties(); this.dirtyField = true; this.errField = false; this.smtCleanField = true; this.smtIdField = ((uint)(0)); }
public CT_WholeE2oFormatting() { this.effectDagField = new CT_EffectContainer(); this.effectLstField = new CT_EffectList(); this.lnField = new CT_LineProperties(); }