|
|
|
|
|
- Properties specific to the description of docElementTextArea variables
- Available preset shapes
docElementTextArea (Type of variable) In french: docElémentZoneDeTexte
The docElementTextArea type is used to define the advanced characteristics of a text area found in a docElement variable. The characteristics of this text area can be defined and modified by several WLanguage properties. Remark: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable. MyDoc is Document  e is docElément e.Type = typeDocElementTextArea  e.TextArea.Height = 40 e.TextArea.Width = 50 e.TextArea.Wrapping = docWrappingFramed e.TextArea.X = 10 e.TextArea.Y = 10  e.TextArea.PresetShape = "rect" e.TextArea.Background.Color = White e.TextArea.Line.Color = LightRed e.TextArea.Line.Thickness = 0.5 e.TextArea.Line.Type = DottedLine  f is docFragment(MyDoc, 1, 1) DocInsert(f, e)  MyElem is docElément = f.Elément[1] MyElem.TextArea.Content.Text = "Text area text"
Remarks Properties specific to the description of docElementTextArea variables The following properties can be used to handle a Text Area element:
Available preset shapes The following preset shapes are available: | | | | orderCallout1 | curvedConnector5 | foldedCorner | ribbon2 | accentBorderCallout2 | curvedDownArrow | frame | rightArrow | accentBorderCallout3 | curvedLeftArrow | funnel | rightArrowCallout | accentCallout1 | curvedRightArrow | gear6 | rightBrace | accentCallout2 | curvedUpArrow | gear9 | rightBracket | accentCallout3 | decagon | halfFrame | round1Rect | actionButtonBackPrevious | diagStripe | heart | round2DiagRect | actionButtonBeginning | diamond | heptagon | round2SameRect | actionButtonBlank | dodecagon | hexagon | roundRect | actionButtonDocument | donut | homePlate | rtTriangle | actionButtonEnd | doubleWave | horizontalScroll | smileyFace | actionButtonForwardNext | downArrow | irregularSeal1 | snip1Rect | actionButtonHelp | downArrowCallout | irregularSeal2 | snip2DiagRect | actionButtonHome | ellipsis | leftArrow | snip2SameRect | actionButtonInformation | ellipseRibbon | leftArrowCallout | snipRoundRect | actionButtonMovie | ellipseRibbon2 | leftBrace | star4 | actionButtonReturn | flowChartAlternateProcess | leftBracket | star5 | actionButtonSound | flowChartCollate | leftCircularArrow | star6 | arc | flowChartConnector | leftRightArrow | star7 | bentArrow | flowChartDecision | leftRightArrowCallout | star8 | bentConnector2 | flowChartDelay | leftRightCircularArrow | star10 | bentConnector3 | flowChartDisplay | leftRightUpArrow | star12 | bentConnector4 | flowChartDocument | leftUpArrow | star16 | bentConnector5 | flowChartExtract | lightningBolt | star24 | bentUpArrow | flowChartInputOutput | line | star32 | bevel | flowChartInternalStorage | mathDivide | straightConnector1 | blockArc | flowChartMagneticDisk | mathEqual | stripedRightArrow | borderCallout1 | flowChartMagneticDrum | mathMinus | sun | borderCallout2 | flowChartMagneticTape | mathMultiply | swooshArrow | borderCallout3 | flowChartManualInput | mathNotEqual | teardrop | bracePair | flowChartManualOperation | mathPlus | trapezoid | bracketPair | flowChartMerge | moon | triangle | callout1 | flowChartMultidocument | nonIsoscelesTrapezoid | upArrow | callout2 | flowChartOfflineStorage | noSmoking | upArrowCallout | callout3 | flowChartOffpageConnector | notchedRightArrow | upDownArrow | can | flowChartOnlineStorage | octagon | upDownArrowCallout | chevron | flowChartOr | parallelogram | uturnArrow | chord | flowChartPredefinedProcess | pentagon | verticalScroll | circularArrow | flowChartPreparation | pieWedge | wave | cloudCallout | flowChartProcess | plaque | wedgeEllipseCallout | corner | flowChartPunchedCard | plus | wedgeRectCallout | cube | flowChartPunchedTape | quadArrow | wedgeRoundRectCallout | curvedConnector2 | flowChartSort | quadArrowCallout | | curvedConnector3 | flowChartSummingJunction | rect | | curvedConnector4 | flowChartTerminator | ribbon | |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|