Class CmdSaveDocx
fdscript.xsd CMDSAVEDOCX
public class CmdSaveDocx : CmdCommand
- Inheritance
-
CmdSaveDocx
- Inherited Members
- Extension Methods
Constructors
CmdSaveDocx(string)
public CmdSaveDocx(string filePath)
Parameters
filePathstring
Fields
Command
public string Command
Field Value
Properties
FilePath
Filepath to where to save generated .docx. Extension should be .docx.
public string FilePath { get; set; }
Property Value
Methods
ToXElement()
public override XElement ToXElement()
Returns
- XElement