Table of Contents

Class CmdSaveDocx

Namespace
FemDesign.Calculate
Assembly
FemDesign.Core.dll

fdscript.xsd CMDSAVEDOCX

public class CmdSaveDocx : CmdCommand
Inheritance
CmdSaveDocx
Inherited Members
Extension Methods

Constructors

CmdSaveDocx(string)

public CmdSaveDocx(string filePath)

Parameters

filePath string

Fields

Command

public string Command

Field Value

string

Properties

FilePath

Filepath to where to save generated .docx. Extension should be .docx.

public string FilePath { get; set; }

Property Value

string

Methods

ToXElement()

public override XElement ToXElement()

Returns

XElement