public static CT_EmbeddedWAVAudioFile Parse(XmlNode node, XmlNamespaceManager namespaceManager) { if (node == null) return null; CT_EmbeddedWAVAudioFile ctObj = new CT_EmbeddedWAVAudioFile(); ctObj.embed = XmlHelper.ReadString(node.Attributes["embed"]); ctObj.name = XmlHelper.ReadString(node.Attributes["name"]); ctObj.builtIn = XmlHelper.ReadBool(node.Attributes["builtIn"]); return ctObj; }
public CT_Hyperlink() { this.extLstField = new CT_OfficeArtExtensionList(); this.sndField = new CT_EmbeddedWAVAudioFile(); this.invalidUrlField = ""; this.actionField = ""; this.tgtFrameField = ""; this.tooltipField = ""; this.historyField = true; this.highlightClickField = false; this.endSndField = false; }