PresentationAI
Polish Method
|
Touch up the text
Namespace:
Spire.Presentation.AI
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public string Polish(
IShape shape,
string language
)
Public Function Polish (
shape As IShape,
language As String
) As String
public:
String^ Polish(
IShape^ shape,
String^ language
)
member Polish :
shape : IShape *
language : string -> string
Parameters
-
shape
-
Type:
Spire.Presentation
IShape
Text that needs to be polished.
-
language
-
Type:
System
String
The language to be used in polishing.
Return Value
Type:
String
a string indicating whether the processing was successful or not.
See Also