Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 26,075 for

values

(0.51 sec)
  1. datarow - GroupDocs.Assembly for Java - API Ref...

    All Classes Packages com.groupdocs.assembly com.groupdocs.assembly.system com.groupdocs.assembly.system.data com.grou......getItemArray () Gets all the values for this row through an array...ResultSet resultSet) Reads values from the ResultSet void remove...

    apireference.groupdocs.com/assembly/java/com.gr...
  2. Dictionary<TKey,TValue> Class (System.Collectio...

    Represents a collection of keys and Values....Represents a collection of keys and values. generic <typename TKey, typename...ISerializable type Dictionary<'Key, 'Value> = class interface ICollect...

    learn.microsoft.com/en-us/dotnet/api/system.col...
  3. margin - CSS: Cascading Style Sheets | MDN

    The margin CSS shorthand property sets the margin area on all four sides of an element....margin: 2px 1em 0 auto; /* Global values */ margin: inherit; margin:... two, three, or four values. Each value is a <length> , a <percentage>...

    developer.mozilla.org/en-US/docs/Web/CSS/margin
  4. -webkit-text-fill-color - CSS: Cascading Style ...

    The -webkit-text-fill-color CSS property specifies the fill color of characters of text. If this property is not set, the value of the color property is used....this property is not set, the value of the color property is used...used. Syntax css /* <color> values */ -webkit-text-fill-color:...

    developer.mozilla.org/en-US/docs/Web/CSS/-webki...
  5. mask-border-outset - CSS: Cascading Style Sheet...

    The mask-border-outset CSS property specifies the distance by which an element's mask border is set out from its border box....<length> value */ mask-border-outset: 1rem; /* <number> value */ mask-border-outset:...7px 12px 14px 5px; /* Global values */ mask-border-outset: inherit;...

    developer.mozilla.org/en-US/docs/Web/CSS/mask-b...
  6. SpreadsheetHeaderFooterSectionType - GroupDocs....

    All Classes Packages com.groupdocs.watermark com.groupdocs.watermark.common com.groupdocs.watermark.contents com.grou...... See Also: Constant Field Values Center public static final...section. See Also: Constant Field Values Right public static final int...

    apireference.groupdocs.com/watermark/java/com.g...
  7. csv

    csv,Convert CSV to CSV | GroupDocs.Conversion for .NET | Documentation,Compare CSV Files,Search in CSV Online,Convert JSON and CSV Data in C# | JSON to CSV |...represents Comma Separated Values File with . Csv extension....(Comma Separated Values) extension...separated values. Each line in...

    search.groupdocs.com/q/csv.html
  8. chart coloring

    Java Dynamic Chart Series and Individual Series Points Coloring in Word,Add Dynamic Chart Series to Word Documents in Android using Java,Convert DOCX to PDF &... Change min/max values of map chart legend - Asp....possible to change the min and max values of the legend ( Coloring )...

    search.aspose.com/q/chart-coloring.html
  9. border-block-end - CSS: Cascading Style Sheets ...

    The border-block-end CSS property is a shorthand property for setting the individual logical block-end border property Values in a single place in the style sheet....logical block-end border property values in a single place in the style...medium dashed blue; /* Global values */ border-block-end: inherit;...

    developer.mozilla.org/en-US/docs/Web/CSS/border...
  10. Nullish coalescing operator (??) - JavaScript |...

    The nullish coalescing (??) operator is a logical operator that returns its right-hand side operand when its left-hand side operand is null or undefined, and otherwise returns its left-hand side operand....the left operand is any falsy value, not only null or undefined...|| to provide some default value to another variable foo , you...

    developer.mozilla.org/en-US/docs/Web/JavaScript...