Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 26,075 for

values

(0.14 sec)
  1. How to Edit CSV File | Documentation

    This guide demonstrates how to edit CSV, TSV, comma-separated Values, and other text files with different settings and many other powerful features of GroupDocs.Editor for Node.js via Java....spreadsheets (Delimiter-Separated Values) using GroupDocs.Editor for...Introduction DSV (Delimiter-Separated Values) documents are a specific form...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  2. transform - CSS: Cascading Style Sheets | MDN

    The transform CSS property lets you rotate, scale, skew, or translate an element. It modifies the coordinate space of the CSS visual formatting model....Try it If the property has a value different from none , a stacking...Keyword values */ transform: none; /* Function values */ transform:...

    developer.mozilla.org/en-US/docs/Web/CSS/transform
  3. Mutable - MDN Web Docs Glossary: Definitions of...

    A mutable value is one that can be changed without creating an entirely new value, in comparison with immutable Values....(do Brasil) 中文 (简体) A mutable value is one that can be changed without...entirely new value, in comparison with immutable values . In JavaScript...

    developer.mozilla.org/en-US/docs/Glossary/Mutable
  4. grid-auto-columns - CSS: Cascading Style Sheets...

    The grid-auto-columns CSS property specifies the size of an implicitly-created grid column track or pattern of tracks.... Syntax css /* Keyword values */ grid-auto-columns: min-content;...grid-auto-columns: auto; /* <length> values */ grid-auto-columns: 100px;...

    developer.mozilla.org/en-US/docs/Web/CSS/grid-a...
  5. MetadataType | GroupDocs.Comparison for Java AP...

    Determines from where result document will take metadata information...Methods Method Description values() valueOf(String name) fromString(String...by user values() public static MetadataType[] values() Returns:...

    reference.groupdocs.com/comparison/java/com.gro...
  6. XmpTimecode.TimeValue Property - GroupDocs.Meta...

    Gets or sets the time value in the specified format. Time Values use a colon delimiter in all formats except 2997drop and 5994drop, which uses a semicolon. The...the time value in the specified format. Time values use a colon...get (); void set ( String ^ value ); } member TimeValue : string...

    apireference.groupdocs.com/metadata/net/groupdo...
  7. padding-bottom - CSS: Cascading Style Sheets | MDN

    The padding-bottom CSS property sets the height of the padding area on the bottom of an element.... Syntax css /* <length> values */ padding-bottom: 0.5em; padding-bottom:...<percentage> value */ padding-bottom: 10%; /* Global values */ padding-bottom:...

    developer.mozilla.org/en-US/docs/Web/CSS/paddin...
  8. padding-top - CSS: Cascading Style Sheets | MDN

    The padding-top CSS property sets the height of the padding area on the top of an element.... Syntax css /* <length> values */ padding-top: 0.5em; padding-top:...<percentage> value */ padding-top: 10%; /* Global values */ padding-top:...

    developer.mozilla.org/en-US/docs/Web/CSS/paddin...
  9. XmpRenditionClass - GroupDocs.Metadata for Java...

    All Classes Packages com.groupdocs.metadata com.groupdocs.metadata.core com.groupdocs.metadata.export com.groupdocs.m...... See Also: Constant Field Values Draft public static final String...rendition. See Also: Constant Field Values LowRes public static final...

    apireference.groupdocs.com/metadata/java/com.gr...
  10. SVG API - Web APIs | MDN

    SVG provides elements for circles, rectangles, and simple and complex curves. The elements' attribute Values specify how these must be drawn. The SVG API is the subset of the DOM connecting these SVG elements and their attribute Values to scripts or programming languages by representing them in memory. The SVG API thus provides methods that allow programmatic access to the SVG elements and their attribute Values.... The elements' attribute values specify how these must be drawn...elements and their attribute values to scripts or programming languages...

    developer.mozilla.org/en-US/docs/Web/API/SVG_API