propertyNames string | string[] A comma-delimited string or an array of strings that specify the properties to load. Returns Word.Field load(propertyNamesAndPaths) Queues up a command to load the specified properties of the object. You must call context.sync() before reading the properties....
You must call context.sync() before reading the properties. TypeScript העתק load(propertyNames?: string | string[]): Word.FieldCollection; Parameters propertyNames string | string[] A comma-delimited string or an array of strings that specify the properties to load. Returns Word...
Must either be an empty array or an array of two strings holding dates formatted as "YYYY-MM-DD". onChange FunctionSee signature. Called when the date range changes, with an event containing either an empty array (no value) or an array holding two string in this format: "YYYY-MM-DD"....
The field must be defined to be between 1 and 2048 characters. The number of bytes used by a text field equals (number of characters + 1) * 2. The additional character is used for the string terminating character, which is '0' in Unicode. The size of a Unicode characte...
Also note that the target field must be an unsigned short, or unsigned int in the case of FieldCrc32.Lastly, field value attributes such as the CRC attributes can be broken up over multiple fields if necessary.public class Packet { [FieldOrder(0)] [FieldCrc16(nameof(Crc))] public int ...
Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported. The name score is reserved and cannot be used as a field name. To reference ...
type (string) Example|Lesson Thetypeof field to be rendered. This is the recommended method for defining fields. Types must be pre-defined usingformlyConfig. template (string || function) Example|Lesson Can be set instead oftypeortemplateUrlto use a custom html template form field. Recommended...
When a relational database, Hive, DLI, or MRS Hudi is used as the migration source, sample values cannot be obtained. When SQLServer is the destination, fields of the timestamp type cannot be written. You must change their type (for example, to datetime) so that they can be written. ...
Multi-fields allow the same string value to be indexed in multiple ways for different purposes, such as one field for search and a multi-field for sorting and aggregations. 允许映射为多个不同类型的字段,例如一个用于search,multi-field用于排序、agg ...
For example, if yz is concatenated to the left of bat and the length must be 8 after concatenation, the character string is yzyzybat after conversion. Expression: StringUtils.leftPad(value,8,"yz") Concatenate the specified character string to the right of the current character string and ...