Aspose::Words::Fields::FormField::get_Checked method. Gets or sets the checked status of the check Box form field. Default value for this property is false in C++....checked status of the check box form field. Default value for...Remarks Applicable for a check box form field only. See Also Class...
Learn how to get and set page properties for PDF documents using Aspose.PDF for .NET, allowing for customized document formatting....property Media box : The media box is the largest page box. It corresponds...PDF. In other words, the media box determines the physical size...
DropDownItemCollection.add method. Adds a string to the end of the collection....Shows how to insert a combo box field, and edit the elements...DocumentBuilder ( doc ) # Insert a combo box, and then verify its collection...
DropDownItemCollection indexer. Gets or sets the element at the specified index....Shows how to insert a combo box field, and edit the elements...DocumentBuilder ( doc ) # Insert a combo box, and then verify its collection...
Aspose::Words::Drawing::TextBoxAnchor enum. Specifies values used for shape text vertical alignment in C++....the text contents of a text box. auto doc = System :: MakeObject...align the text in this text box with the top side of the shape...
Discover the DropDownItemCollection Count property, which efficiently retrieves the total number of items in your collection for streamlined data management....Shows how to insert a combo box field, and edit the elements...DocumentBuilder ( doc ); // Insert a combo box, and then verify its collection...
ShapeBase.wrapType property. Defines whether the shape is inline or floating...to create and format a text box. let doc = new aw . Document...(); // Create a floating text box. let textBox = new aw . Drawing...
ImportFormatOptions.ignoreTextBoxes property. Gets or sets a boolean value that specifies that source formatting of textBoxes content ignored if [ImportFormatMode.KeepSourceFormatting](../../importformatmode/#KeepSourceFormatting) mode is used...Examples Shows how to manage text box formatting while appending a...another document with a text box, which we will import into the...
DropDownItemCollection.insert method. Inserts a string into the collection at the specified index....Shows how to insert a combo box field, and edit the elements...DocumentBuilder ( doc ) # Insert a combo box, and then verify its collection...