Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 26,075 for

values

(0.13 sec)
  1. scroll-margin-bottom - CSS: Cascading Style She...

    The scroll-margin-bottom property defines the bottom margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets....Try it Syntax css /* <length> values */ scroll-margin-bottom: 10px;...scroll-margin-bottom: 1em; /* Global values */ scroll-margin-bottom: inherit;...

    developer.mozilla.org/en-US/docs/Web/CSS/scroll...
  2. 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...
  3. TextSignOptions | GroupDocs.Signature for Java ...

    Represents the Text signature options....SignTextOptions class with default values. TextSignOptions(String text)...on Document Page in Measure values (pixels, percents or millimeters...

    reference.groupdocs.com/signature/java/com.grou...
  4. border-inline-end-color - CSS: Cascading Style ...

    The border-inline-end-color CSS property defines the color of the logical inline-end border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-color, border-right-color, border-bottom-color, or border-left-color property depending on the Values defined for writing-mode, direction, and text-orientation....border-left-color property depending on the values defined for writing-mode ,...border-inline-end-color: #663399; /* Global values */ border-inline-end-color:...

    developer.mozilla.org/en-US/docs/Web/CSS/border...
  5. Syntax - CSS: Cascading Style Sheets | MDN

    The basic goal of the Cascading Stylesheet (CSS) language is to allow a browser engine to paint elements of the page with specific features, like colors, positioning, or decorations. The CSS syntax reflects this goal and its basic building blocks are:... The value which describe how the feature...property has a set of valid values, defined by a formal grammar...

    developer.mozilla.org/en-US/docs/Web/CSS/Syntax
  6. metadatapropertytype - GroupDocs.Metadata for J...

    All Classes Packages com.groupdocs.metadata com.groupdocs.metadata.core com.groupdocs.metadata.export com.groupdocs.m......property with a double or float value. DoubleArray Represents an array...array of double values. Empty Represents an empty (null) property...

    apireference.groupdocs.com/metadata/java/com.gr...
  7. SwissQR | GroupDocs.Signature for .NET API Refe...

    Class for encoding and decoding the text embedded in the SwissQR code.... Valid values are between 0.01 and 999,999...the payment currency. Valid values are “CHF” and “EUR”. Debtor...

    reference.groupdocs.com/signature/net/groupdocs...
  8. HorizontalAlignment - GroupDocs.Signature for J...

    All Classes Packages com.groupdocs.signature com.groupdocs.signature.domain com.groupdocs.signature.domain.barcodes c...... See Also: Constant Field Values Default public static final...None. See Also: Constant Field Values Left public static final int...

    apireference.groupdocs.com/signature/java/com.g...
  9. PdfMetadataSignature - GroupDocs.Signature for ...

    All Classes Packages com.groupdocs.signature com.groupdocs.signature.domain com.groupdocs.signature.domain.barcodes c......empty value PdfMetadataSignature ( String name, Object value) Creates...Metadata signature with predefined values PdfMetadataSignature ( String...

    apireference.groupdocs.com/signature/java/com.g...
  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...