Platforms to show: All Mac Windows Linux Cross-Platform

Back to SummaryMBS class.

SummaryMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Mac MBS MacFrameworks Plugin 10.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The internal reference to the SKSummary object.
Example
dim s as new SummaryMBS("Hello World. This is just a test.")
MsgBox str(s.handle)

(Read and Write property)

SummaryMBS.ParagraphCount as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Mac MBS MacFrameworks Plugin 10.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Gets the number of paragraphs in a summarization object.
Example
dim s as new SummaryMBS("Hello World. This is just a test.")
MsgBox str(s.ParagraphCount)

(Read only property)

Some examples using this property:

SummaryMBS.SentenceCount as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Mac MBS MacFrameworks Plugin 10.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Gets the number of sentences in a summarization object.
Example
dim s as new SummaryMBS("Hello World. This is just a test.")
MsgBox str(s.SentenceCount)

(Read only property)

Some examples using this property:

The items on this page are in the following plugins: MBS MacFrameworks Plugin.


The biggest plugin in space...