Interface IMediaList
- Namespace
- Org.W3c.Dom.Stylesheets
- Assembly
- MASES.JNet.dll
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/stylesheets/MediaList.html
public interface IMediaList
Properties
Length
int Length { get; }
Property Value
MediaText
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/stylesheets/MediaList.html#getMediaText-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/stylesheets/MediaList.html#setMediaText-java.lang.String-
String MediaText { get; set; }
Property Value
Methods
AppendMedium(String)
void AppendMedium(String arg0)
Parameters
Exceptions
DeleteMedium(String)
void DeleteMedium(String arg0)
Parameters
Exceptions
Item(int)
String Item(int arg0)