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

com.mindoo.domino.jna.internal.FontId Maven / Gradle / Ivy

There is a newer version: 0.9.53
Show newest version
package com.mindoo.domino.jna.internal;

public class FontId {
	private int m_fontId;

	public int getFontId() {
		return m_fontId;
	}

	public void setFontId(int m_fontId) {
		this.m_fontId = m_fontId;
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy