All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.itextpdf.styledxmlparser.css.resolve.IStyleInheritance Maven / Gradle / Ivy

There is a newer version: 9.0.0
Show newest version
package com.itextpdf.styledxmlparser.css.resolve;

/**
 * Interface for attribute and style-inheritance logic
 */
public interface IStyleInheritance {
    /**
     * Checks if a property or attribute is inheritable is inheritable.
     *
     * @param propertyIdentifier the identifier for property
     * @return true, if the property is inheritable, false otherwise
     */
    boolean isInheritable(String propertyIdentifier);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy