aspose.words.drawing.ole.TextBoxControl class. The TextBox control displays text from an organized set of data or user input....The default value depends on a type of the control. (Inherited from...Forms2OleControl ) enabled Returns True if control is in enabled state...
Implements the DATE field in Java.... // Below are three types of cultural calendars that a...FIELD_DATE, true); field.setUseLunarCalendar(true); Assert.assertEquals("...
aspose.words.drawing.ole.OptionButtonControl class. The OptionButton control enables a single choice in a limited set of mutually exclusive choices....The default value depends on a type of the control. (Inherited from...Forms2OleControl ) enabled Returns True if control is in enabled state...
CompositeNode.getChildNodes method. Returns a live collection of child nodes that match the specified Type....nodes that match the specified type. getChildNodes ( nodeType :...Parameter Type Description nodeType NodeType Specifies the type of nodes...
FieldIndex.entry_Type property. Gets or sets an index entry Type used to build the index....entry_type property FieldIndex.entry_type property Gets or sets...entry type used to build the index. @property def entry_type ( self...
Represents Microsoft Forms 2.0 OLE control in Java....SHAPE, 0, true); OleControl oleControl = shape...assertEquals(checkBox.getEnabled(), true); Assert.assertEquals(checkBox...
Aspose::Words::Fields::FieldXE::get_EntryType method. Gets or sets an index entry Type in C++....Gets or sets an index entry type. System :: String Aspose ::...:: FieldType :: FieldIndex , true )); // Configure the INDEX field...
Allows to specify base document which will be used during comparison in Java....Shows how to filter specific types of document elements when making...(Document)docOriginal.deepClone(true); Paragraph firstParagraph =...
The CheckBox control toggles a value in Java....SHAPE, 0, true); CheckBoxControl checkBoxControl...checkBoxControl.setChecked(true); Assert.assertEquals(true, checkBoxControl...