Sort Score
Result 10 results
Languages All
Labels All
Results 9,931 - 9,940 of 12,600 for

syntax

(0.09 sec)
  1. CustomExtractorCollection Class - GroupDocs.Sea...

    Contains a collection of custom extractors. If the collection contains an extractor for some file extension that is covered by build-in extractors,...8 Syntax C# VB C++ F# public class ...

    apireference.groupdocs.com/search/net/groupdocs...
  2. Character Class - GroupDocs.Viewer for .NET - A...

    Represents relatively positioned rectangle which contains single character....7 Syntax C# VB C++ F# [ SerializableAttribut...

    apireference.groupdocs.com/viewer/net/groupdocs...
  3. TextElement(T) Class - GroupDocs.Viewer for .NE...

    Represents generic text element....7 Syntax C# VB C++ F# [ SerializableAttribut...

    apireference.groupdocs.com/viewer/net/groupdocs...
  4. SearchOptions Constructor (Boolean, Boolean, Bo...

    Initializes a new instance of the SearchOptions class which is used to search with the highlight options for the left and the right highlight extra...0 Syntax C# VB C++ F# public SearchOptions...

    apireference.groupdocs.com/parser/net/groupdocs...
  5. SpreadsheetAttachmentCollection.AddAttachment M...

    Adds an attachment to the SpreadsheetWorksheet....0 Syntax C# VB C++ F# public void AddAttachment...

    apireference.groupdocs.com/watermark/net/groupd...
  6. Working with Barcode Image Generation | Documen...

    Articles in this section...Articles in this section Barcodes Syntax and Properties Barcode Image...

    docs.groupdocs.com/assembly/java/working-with-b...
  7. text-shadow - CSS: Cascading Style Sheets | MDN

    The text-shadow CSS property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and any of its decorations. Each shadow is described by some combination of X and Y offsets from the element, blur radius, and color.... Try it Syntax css /* offset-x | offset-y...Animation type a shadow list Formal syntax text-shadow = none | [ <color>...

    developer.mozilla.org/en-US/docs/Web/CSS/text-s...
  8. border-inline-start - CSS: Cascading Style Shee...

    The border-inline-start CSS property is a shorthand property for setting the individual logical inline-start border property values in a single place in the style sheet.... border-inline-start-width Syntax css border-inline-start: 1px;...computed value type Formal syntax border-inline-start = <line-width>...

    developer.mozilla.org/en-US/docs/Web/CSS/border...
  9. -webkit-border-before - CSS: Cascading Style Sh...

    The -webkit-border-before CSS property is a shorthand property for setting the individual logical block start border property values in a single place in the style sheet....-webkit-border-before-width Syntax css /* Border values */ -w...Animation type discrete Formal syntax -webkit-border-before = <'border-width'>...

    developer.mozilla.org/en-US/docs/Web/CSS/-webki...
  10. Shorthand check for null or empty string in a t...

    Is there a shorthand way to check if a string is null or empty in template Syntax? Currently I have to do this: <<if [item.Text != null && item.Text != “”]>> Is it possible to do something like: <<if [!String.IsNullO…...is null or empty in template syntax? Currently I have to do this:...

    forum.groupdocs.com/t/shorthand-check-for-null-...