PresentationAI
Generate Method
|
Create a Presentation by describe.
Namespace:
Spire.Presentation.AI
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public Presentation Generate(
string describe,
string language,
bool genareteBackGroundImage
)
Public Function Generate (
describe As String,
language As String,
genareteBackGroundImage As Boolean
) As Presentation
public:
Presentation^ Generate(
String^ describe,
String^ language,
bool genareteBackGroundImage
)
member Generate :
describe : string *
language : string *
genareteBackGroundImage : bool -> Presentation
Parameters
-
describe
-
Type:
System
String
the describe of the presentation.
-
language
-
Type:
System
String
the language of presentation.
-
genareteBackGroundImage
-
Type:
System
Boolean
if genarete BackGround image by AI.
Return Value
Type:
Presentation
See Also